forked from matthewhudson/seatgeek.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 836 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "seatgeek",
"description": "A wrapper library for the SeatGeek Platform API",
"homepage": "https://github.com/matthewhudson/seatgeek.js",
"keywords": [
"seatgeek",
"api"
],
"author": "Matthew Hudson <[email protected]>",
"bugs": "https://github.com/matthewhudson/seatgeek.js/issues",
"repository": {
"type": "git",
"url": "git://github.com/matthewhudson/seatgeek.js.git"
},
"main": "index",
"version": "0.3.8",
"license": "MIT",
"engines": {
"node": "0.8.17"
},
"scripts": {
"test": "node test/suite.js"
},
"devDependencies": {
"vows": "0.7.0",
"grunt": "latest",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-coffee": "~0.7.0",
"grunt-bumpup": "~0.2.0"
}
}