-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 812 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 812 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
31
{
"name": "bigtime-api",
"version": "0.1.0",
"description": "",
"main": "setup.js",
"scripts": {
"setup": "node ./setup.js",
"app": "node ./app.js",
"sample": "node ./sample.js",
"docs": "rm -rf ./docs && ./node_modules/.bin/jsdoc ./src -r -c ./jsdoc.json -d ./docs",
"test": "echo 'No tests!'",
"lint": "./node_modules/.bin/eslint ./src -c ./.eslintrc.json --color"
},
"author": "",
"license": "ISC",
"devDependencies": {
"async": "^2.0.1",
"change-case": "^3.0.0",
"cli-spinner": "^0.2.5",
"dotenv": "^2.0.0",
"eslint": "^2.12.0",
"fs-extra": "^0.30.0",
"inquirer": "^1.0.2",
"isomorphic-fetch": "^2.2.1",
"jsdoc": "^3.4.0",
"moment": "^2.13.0",
"path-to-regexp": "^1.5.3",
"qs": "^6.2.1",
"winston": "^2.2.0"
}
}