-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "lightclass",
"version": "1.0.0",
"description": "joy and will online",
"main": "index.js",
"scripts": {
"production": "PORT=5555 LIGHTCLASS_DB_URI=mongodb://lightclass:lightclass@120.25.227.156:29017/lightclass node index.js",
"build": "babel -w src/ -d build -s",
"test": "./node_modules/mocha/bin/mocha -t 10000 --compilers js:babel-core/register --require ./test/testHelper.js 'test/**/*.@(js)'",
"test-gulp": "./node_modules/gulp/bin/gulp.js mocha"
},
"author": "",
"license": "MIT",
"dependencies": {
"async": "^2.0.0-rc.4",
"body-parser": "^1.15.0",
"chalk": "^1.1.1",
"co": "^4.6.0",
"connect-multiparty": "^2.0.0",
"express": "^4.0.0",
"jimp": "^0.2.24",
"lodash": "^4.6.0",
"memory-cache": "^0.1.6",
"moment": "^2.13.0",
"mongoose": "^4.4.5",
"node-fetch": "^1.6.3",
"qiniu": "^6.1.13",
"superagent": "^2.3.0",
"swig": "^1.4.2",
"wechat": "^2.0.3",
"wechat-api": "^1.27.1",
"wechat-oauth": "^1.1.1"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"mocha": "^2.4.5",
"should": "^8.3.0",
"supertest": "^1.2.0"
}
}