-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
43
44
45
46
{
"title": "Rex (O'Herlihan)",
"name": "rex",
"ns": "rex_",
"description": "Oh yeah, root's kicking in!",
"version": "3.0.0",
"homepage": "https://github.com/mhulse/rex",
"repository": {
"type": "git",
"url": "git://github.com/mhulse/rex.git"
},
"author": {
"name": "Micky Hulse",
"url": "http://mky.io"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/mhulse/rex/issues"
},
"dependencies": {
"grunt": "~0",
"grunt-cli": "~0",
"grunt-asciify": "~0",
"grunt-bower-task": "~0",
"grunt-contrib-clean": "~0",
"grunt-contrib-concat": "~0",
"grunt-contrib-copy": "~0",
"grunt-contrib-htmlmin": "~0",
"grunt-contrib-jshint": "~0",
"grunt-contrib-sass": "~0",
"grunt-contrib-uglify": "~0",
"grunt-contrib-watch": "~0",
"grunt-env": "~0",
"grunt-preprocess": "~4"
},
"scripts": {
"grunt": "grunt",
"bower": "grunt bower",
"watch": "grunt watch"
}
}