-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 727 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 727 Bytes
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
{
"name": "kicks",
"version": "0.0.1",
"description": "kickstarter API wrapper",
"main": "index.js",
"homepage": "https://github.com/sehrgut/node-kicks",
"directories": {
"lib": "lib",
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sehrgut/node-kicks.git"
},
"keywords": [
"kickstarter",
"api",
"social media"
],
"author": "Keith Beckman <kbeckman@becknet.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/sehrgut/node-kicks/issues"
},
"dependencies": {
"lodash": "1.3.x",
"q": "0.9.x"
},
"devDependencies": {
"groc": "latest"
}
}