-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
47
48
{
"name": "unity_live_com",
"version": "0.0.0",
"description": "This repo contains development code for Jah Jaw G., a Houston-based artist, painter, poet, writer, student.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/nerdfiles/unity_live_com.git"
},
"keywords": [
"python",
"django",
"stripe",
"microtransactions"
],
"author": "Aha Hah (hello@nerdfiles.net)",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/nerdfiles/unity_live_com/issues"
},
"homepage": "https://github.com/nerdfiles/unity_live_com",
"devDependencies": {
"coffee-script": "^1.7.1",
"generator-gruntfile": "^0.1.1",
"grunt": "^0.4.5",
"grunt-contrib-compass": "^0.9.0",
"grunt-exit": "^1.0.0",
"grunt-legacy-log": "^0.1.1",
"grunt-legacy-util": "^0.2.0",
"grunt-shell-spawn": "^0.3.0",
"grunt-template": "^0.2.3",
"which": "^1.0.5"
},
"dependencies": {
"bower": "^1.3.8",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"yo": "^1.2.1"
}
}