forked from curiousdannii/parchment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 836 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
{
"name": "parchment",
"version": "0.1.0",
"description": "The Interactive Fiction player for the web",
"author": "Dannii Willis <[email protected]>",
"license": "GPL-3",
"keywords": [
"intfiction"
],
"repository": "curiousdannii/parchment",
"homepage": "https://github.com/curiousdannii/parchment",
"bugs": "https://code.google.com/p/parchment/issues/list",
"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"
}
}