-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 898 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
{
"name": "angular-browserify-grunt",
"version": "1.0.0",
"description": "Angular seed application using browserify and grunt",
"repository": {
"type": "git",
"url": "https://github.com/mchambaud/angular-browserify-grunt.git"
},
"author": "Michael Chambaud",
"license": "Public Domain",
"bugs": {
"url": "https://github.com/mchambaud/angular-browserify-grunt/issues"
},
"homepage": "https://github.com/mchambaud/angular-browserify-grunt",
"devDependencies": {
"connect-livereload": "^0.4.0",
"debowerify": "^0.8.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html2js": "^0.2.9",
"load-grunt-config": "^0.13.2",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
}
}