-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1010 Bytes
/
package.json
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
{
"name": "static-html-builder",
"version": "2.1.0",
"description": "build angular SPA",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-less": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-include-source": "*",
"grunt-lineending": "*",
"grunt-usemin": "*",
"grunt-wiredep": "*",
"load-grunt-tasks": "*",
"http-proxy": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}