forked from kentcdodds/ng-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
41
42
{
"name": "ng-stats",
"version": "2.1.4",
"description": "Little utility to show stats about your page's angular digest/watches.",
"main": "dist/ng-stats.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt build",
"deploy": "grunt gh-pages"
},
"repository": {
"type": "git",
"url": "https://github.com/kentcdodds/ng-stats.git"
},
"keywords": [
"angular",
"ng-stats",
"angularjs",
"utilities"
],
"author": "Kent C. Dodds <[email protected]> (http://kent.doddsfamily.us)",
"contributors": [
"Kent C. Dodds <[email protected]> (http://kent.doddsfamily.us)",
"Viper Bailey <[email protected]> (http://jinxidoru.blogspot.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kentcdodds/ng-stats/issues"
},
"homepage": "https://github.com/kentcdodds/ng-stats",
"devDependencies": {
"connect-livereload": "^0.5.0",
"express": "^4.10.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.19",
"grunt-gh-pages": "^0.9.1"
}
}