forked from jxson/indestructibleart.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 942 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
{
"private": true,
"name": "indestructibleart.com",
"version": "0.0.0",
"description": "haiku source code for indestructibleart.com",
"main": "index.js",
"scripts": {
"test": "mocha test/test-*.js",
"start": "./node_modules/haiku/bin/haiku server"
},
"repository": {
"type": "git",
"url": "git://github.com:Omarcito/indestructibleart.com.git"
},
"keywords": [
"nerds",
"video",
"games",
"comics",
"more",
"nerds"
],
"author": "",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "77b65ea062ecb04b3ebeb85c27b9ea20822a5a40",
"devDependencies": {
"mocha": "~1.11.0",
"matchdep": "~0.3.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-watch": "~0.6.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-uglify": "~0.4.0"
},
"dependencies": {
"haiku": "0.2.2",
"beamer": "~0.1.1"
}
}