forked from adobe/brackets-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "brackets-registry",
"description": "node.js-powered server for registering Brackets extensions.",
"version": "1.2.0",
"homepage": "http://brackets.io",
"license": "MIT",
"scripts": {
"preinstall": "npm install deps/*",
"start": "node app",
"lint": "eslint ./downloadStats/*.js ./spec/*.js ./lib/*.js ./public/js/main.js",
"pretest": "npm run lint",
"test": "istanbul test node_modules/jasmine-node/bin/jasmine-node spec"
},
"issues": {
"url": "http://github.com/adobe/brackets-registry/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/brackets-registry.git",
"branch": "",
"SHA": ""
},
"dependencies": {
"express": "~3.4.0",
"hbs": "~2.1.0",
"passport": "~0.1.17",
"passport-github": "~0.1.5",
"semver": "~4.3.2",
"aws-sdk": "~2.0.0-rc9",
"replify": "~1.1.4",
"clone": "~0.1.9",
"rss": "0.2.1",
"filequeue": "~0.5.0",
"bluebird": "~1.2.4",
"lodash": "~2.4.1",
"request": "^2.74.0",
"request-json": "~0.6.1",
"temporary": "~0.0.8",
"commander": "~2.1.0",
"npm": "~3.10.10"
},
"devDependencies": {
"eslint": "~2.13.1",
"fs-extra": "~0.30.0",
"istanbul": "~0.4.5",
"jasmine-node": "~1.14.5",
"rewire": "~2.5.2"
}
}