forked from curiousdannii/parchment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 940 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
{
"name": "parchment",
"version": "0.1.0",
"description": "The Interactive Fiction player for the web",
"author": {
"name": "The Parchment team",
"url": "https://github.com/curiousdannii/parchment/blob/master/CONTRIBUTORS"
},
"license": "GPL-3",
"repository": {
"type": "git",
"url": "git://github.com/curiousdannii/parchment.git"
},
"bugs": {
"url": "https://code.google.com/p/parchment/issues/list"
},
"dependencies": {
"express": "~3.2.4"
},
"devDependencies": {
"browserify": "^13.1.0",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-update-submodules": "~0.2.0",
"grunt-zip": "~0.9.0"
},
"scripts": {
"build-zvm": "browserify src/ifvms.js/src/zvm.js --standalone ZVM > lib/zvm.debug.js"
}
}