-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 884 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
32
33
34
35
36
37
38
{
"name": "shopsense",
"version": "0.0.5",
"description": "Shopsense API nodejs client.",
"author": {
"name": "Josh Schell",
"email": "jschell12@gmail.com",
"url": "http://www.schellster.com/"
},
"homepage": "http://github.com/jschell12/shopsense-nodejs/wiki",
"repository": {
"type": "git",
"url": "git://github.com/jschell12/shopsense-nodejs.git"
},
"bugs": {
"url": "http://github.com/jschell12/shopsense-nodejs/issues"
},
"main": "./src/shopsense",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"shopsense"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.3.1"
},
"dependencies": {
"future": "~2.3.1",
"request": "~2.16.6"
}
}