forked from ETENG-OSP/static-html-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 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
36
37
38
{
"name": "static-html-builder",
"version": "3.0.2",
"description": "build angular SPA",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-include-source": "^0.4.5",
"grunt-usemin": "^2.6.2",
"grunt-wiredep": "^2.0.0",
"http-proxy": "^1.8.1",
"load-grunt-tasks": "^1.0.0",
"q": "^1.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "grunt init"
},
"repository": {
"type": "git",
"url": "https://github.com/gengen1988/static-html-builder.git"
},
"author": "Gen Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/gengen1988/static-html-builder/issues"
},
"homepage": "https://github.com/gengen1988/static-html-builder"
}