-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 846 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 846 Bytes
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
{
"name": "Auth",
"version": "1.0.0",
"description": "",
"main": "server/entry.js",
"scripts": {
"start": "babel-node server/entry.js",
"test": "mocha test/apiTest/userController.js --compilers js:babel-core/register --timeout 10000"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.15.1",
"eslint": "^3.2.2",
"express": "^4.14.0",
"mocha": "^3.0.2",
"node-fetch": "^1.6.0"
}
}