forked from spmjs/spmjs.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.08 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "spmjs.io",
"descrition": "The packaging server for spm@3.x",
"private": true,
"version": "1.4.1",
"author": "afc163 <afc163@gmail.com>",
"keywords": [
"spm",
"package",
"cmd",
"browser",
"commonjs",
"seajs",
"static",
"component"
],
"homepage": "http://spmjs.io",
"repository": {
"type": "git",
"url": "https://github.com/spmjs/spmjs.io.git"
},
"bugs": {
"url": "https://github.com/spmjs/spmjs.io/issues"
},
"licenses": "MIT",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"start": "pm2 start app.js --name spmjs && pm2 start ./node_modules/elasticsearch-package/bin/elasticsearch -x --interpreter bash",
"stop": "pm2 stop spmjs && pm2 stop elasticsearch",
"reindex": "node scripts/reindexPackages.js"
},
"dependencies": {
"async": "~0.9.0",
"body-parser": "^1.9.3",
"capitalize": "~0.5.0",
"co": "~4.5.4",
"co-request": "~0.2.1",
"confirm-cli": "~0.3.0",
"connect-multiparty": "^1.2.5",
"connect-nedb-session-two": "^1.0.2",
"connect-redis": "~2.3.0",
"cookie-parser": "^1.3.3",
"debug": "^2.1.0",
"ejs": "*",
"elastical": "0.0.13",
"elasticsearch-package": "^1.4.3",
"errorhandler": "^1.3.0",
"express": "^4.10.4",
"express-session": "^1.9.2",
"extend": "~2.0.1",
"fs-extra": "^0.13.0",
"git-rev-sync": "~1.0.0",
"github-token": "~0.1.1",
"githuburl": "~0.1.6",
"gnode": "~0.1.1",
"highlight.js": "^8.4.0",
"kramedx": "^0.4.4",
"lodash": "~2.4.1",
"mkdirp": "~0.5.0",
"moment": "^2.8.4",
"morgan": "^1.5.0",
"ms": "^0.7.0",
"nedb": "^1.1.1",
"node-yaml-config": "~0.0.2",
"raw-body": "^1.3.1",
"request": "^2.48.0",
"rimraf": "~2.2.8",
"semver": "^4.1.0",
"sequelize": "~3.1.1",
"serve-favicon": "^2.1.7",
"serve-spm": "~0.10.0",
"serve-static": "^1.8.0",
"spm-client": "~1.0.0",
"spm-log": "~0.1.2",
"tar": "~2.1.1",
"tarball-extract": "~0.0.3",
"tempfile": "^1.1.0",
"thunkify": "~2.1.2"
},
"devDependencies": {
"pm2": "*"
}
}