-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 846 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 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
31
32
{
"name": "Build",
"version": "1.0.0",
"description": "- It is the automated started template by ITH",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "grunt",
"build": "grunt build-production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-express": "^1.4.1",
"grunt-parallel": "^0.5.1",
"imagemin-mozjpeg": "^6.0.0",
"mozjpeg": "^4.1.1"
},
"dependencies": {
"grunt-contrib-watch": "^1.0.0"
}
}