-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 790 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 790 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": "censustestapp",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"body-parser": "^1.13.2",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-browserify": "^6.0.0",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.3.0",
"nodemon": "^1.17.3",
"request": "^2.60.0",
"shell": "^0.3.2"
},
"dependencies": {
"grunt-cli": "^1.2.0",
"grunt-contrib-compress": "^1.3.0",
"jquery": "^3.5.0",
"lodash": "^4.17.19"
},
"scripts": {
"start": "node_modules/grunt-cli/bin/grunt dev",
"compress": "node_modules/grunt-cli/bin/grunt compress"
}
}