-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 KB
/
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
38
39
40
{
"name": "kiss-angular-seed",
"version": "0.0.1",
"description": "KISS Angular seed project with SASS minify and gh-pages deploy",
"main": "app/app.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blacroix/kiss-angular-seed.git"
},
"keywords": [
"angular",
"seed",
"sass",
"gh-pages",
"kiss"
],
"author": "Benjamin Lacroix",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/blacroix/kiss-angular-seed/issues"
},
"homepage": "https://github.com/blacroix/kiss-angular-seed#readme",
"devDependencies": {
"bower": "^1.4.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.10.0",
"grunt-writefile": "^0.1.2"
}
}