-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1004 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1004 Bytes
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
{
"name": "thrive",
"version": "0.2.0",
"description": "Thrive is a text-based RPG",
"homepage": "http://moritzcompany.com",
"author": "Moritz Company",
"repository": {
"type": "git",
"url": "https://github.com/davidmoritz/thrive.git"
},
"bugs": {
"url": "https://github.com/davidmoritz/thrive/issues"
},
"scripts": {
"install": "bower install"
},
"devDependencies": {
"bower": "1.x",
"grunt": "~0.4.2",
"grunt-bump": "0.0.14",
"grunt-cli": "~0.1.x",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-phonegap": "~0.15.2",
"grunt-pleeease": "~0.0.5",
"grunt-replace": "~0.7.7",
"grunt-jscs": "^1.5.0",
"jshint-stylish": "~0.2.0"
}
}