-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.22 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
48
49
50
{
"name": "CreateAPIquickly",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"author": "FuYin",
"email": "fooying#qq.com",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-plugin-react-transform": "^1.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-polyfill": "^6.7.4",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.13.0",
"babel-standalone": "^6.7.4",
"babel-watch": "^2.0.2",
"mocha": "^2.5.3",
"should": "^10.0.0",
"supertest": "^1.2.0"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
[
"transform-decorators-legacy"
]
]
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"lodash": "^4.13.1",
"moment": "^2.15.1",
"mongodb": "^2.2.4",
"should": "^10.0.0"
}
}