-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
39 lines (39 loc) · 1013 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
{
"name": "upscuits",
"version": "1.4.6",
"description": "A quick overview of your server's uptime served on a nice dinner-tray.",
"main": "source/js/upscuits.js",
"repository": {
"type": "git",
"url": "git://github.com/digibart/upscuits.git"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "cd test && bower install && cd .. && grunt test"
},
"author": "PixelBakkerij",
"license": "GPL-v3",
"bugs": {
"url": "https://github.com/digibart/upscuits/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-replace": "~0.5.1",
"grunt-contrib-less": "~0.5.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.2.4",
"npm": "~1.3.11",
"install": "~0.1.7",
"grunt-contrib-copy": "~0.4.1",
"grunt-bump": "0.0.13",
"grunt-contrib-connect": "~0.7.0",
"grunt-mocha": "~0.4.10"
},
"dependencies": {
"express": "~4.4.2"
}
}