-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 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
{
"name": "hungratjs",
"version": "0.3.5",
"description": "A common javascript tool lib for development",
"main": "index.js",
"scripts": {
"doc": "jsdoc -c jsdoc_conf.json -r -d dist/docs --readme README.md -t ./node_modules/jaguarjs-jsdoc-patched-2",
"build": "webpack",
"test": "node test_env_build.js && node dist/test_server.js",
"autotest": "npm run build && npm run test"
},
"keywords": [
"tool",
"javascript"
],
"author": "hungrated",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.18.2",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.16.2",
"jaguarjs-jsdoc-patched-2": "0.0.6",
"jsdoc": "^3.5.5",
"webpack": "^3.11.0",
"webpack-parallel-uglify-plugin": "^1.0.2"
}
}