-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 979 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": "plook",
"description": "Package lookup service for Bower.",
"version": "0.2.2",
"dependencies": {
"bluebird": "~2.3.2",
"bower": "~1.3.7",
"compression": "~1.1.0",
"express": "~4.9.0",
"lru-cache": "~2.5.0",
"mime": "~1.2.11",
"on-finished": "~2.1.0",
"uuid": "~1.4.1",
"winston": "~0.7.3"
},
"devDependencies": {
"chai": "~1.9.1",
"chai-as-promised": "~4.1.1",
"jscs": "~1.6.1",
"jshint": "~2.5.5",
"mocha": "~1.21.4",
"sinon": "~1.10.3"
},
"engines": {
"node": "~0.10.20"
},
"homepage": "https://github.com/injoin/plook",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/injoin/plook.git"
},
"scripts": {
"start": "node index.js",
"lint": "jshint . && jscs .",
"test": "npm run lint && mocha test/unit"
}
}