-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
41
{
"name": "dps",
"version": "0.0.1",
"description": "The DPS Calculator",
"main": "src",
"engines" : {
"node" : ">=4.4.2"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-templates": "^1.0.2",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-copy": "^0.1.0",
"grunt-filerev": "^2.3.1",
"grunt-htmlmin": "^0.1.4",
"grunt-http-server": "^1.14.0",
"grunt-include-source": "^0.7.1",
"grunt-serve": "^0.1.6",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"wiredep": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuriikhrystiuk/calc.git"
},
"keywords": [
"DPS"
],
"author": "Iurii Khrystiuk",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/iuriikhrystiuk/calc/issues"
},
"homepage": "https://github.com/iuriikhrystiuk/calc#readme"
}