-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 938 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
37
38
39
40
{
"name": "kvTrack",
"version": "2.0.2",
"description": "kvTrack",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kiva/kvTrack/license.txt"
}
],
"dependencies": {
"grunt-cli": "^1.2.0"
},
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"buster": "^0.7.18",
"buster-istanbul": "^0.1.10",
"grunt": "^0.4.5",
"grunt-bump": "^0.3.0",
"grunt-buster": "0.3.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-coveralls": "^1.0.0",
"grunt-rigger": "^0.6.0",
"grunt-shell": "0.7.0"
},
"repository": {
"type": "git",
"url": "git://github.com/kiva/kvTrack.git"
},
"author": "Abhishek Bhatnagar",
"bugs": {
"url": "https://github.com/kiva/kvTrack/issues"
},
"homepage": "https://github.com/kiva/kvTrack"
}