-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
36 lines (36 loc) · 864 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
{
"name": "angular-rateit",
"version": "4.0.2",
"scripts": {
"build": "grunt build",
"deploy": "grunt deploy-patch"
},
"main": [
"dist/ng-rateit.css",
"dist/ng-rateit.min.js"
],
"repository": {
"type": "git",
"url": "https://github.com/akempes/angular-rateit.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-gh-pages": "^1.1.0",
"grunt-image-embed": "^0.3.3",
"grunt-jslint": "~1.1.12",
"grunt-ng-annotate": "~0.7.0",
"grunt-remove-logging": "~0.2.0",
"grunt-replace": "^1.0.1",
"grunt-version": "^1.1.1",
"load-grunt-tasks": "^0.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT"
}