-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
{
"name": "corporate-event-server",
"version": "1.5.7",
"description": "YAOPAI企业活动服务器",
"main": "app.js",
"scripts": {
"start": "node --harmony app.js",
"dev": "node --harmony app.js --PORT 3000",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2remote/corporate-event-server.git"
},
"keywords": [
"file"
],
"author": "Hu Songtao",
"license": "MIT",
"bugs": {
"url": "https://github.com/2remote/corporate-event-server/issues"
},
"homepage": "https://github.com/2remote/corporate-event-server#readme",
"dependencies": {
"array-sort": "^0.1.2",
"async": "^2.0.0-rc.4",
"avoscloud-sdk": "^0.6.10",
"ejs": "^2.4.1",
"express": "^4.13.4",
"headroom.js": "^0.9.3",
"nconf": "^0.8.4",
"qiniu": "^6.1.10",
"request": "^2.71.0",
"tape": "^4.5.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-spawn": "^1.1.74",
"grunt-tape": "0.0.2",
"proxyquire": "^1.7.10",
"sinon": "^1.17.4"
}
}