-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.92 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Twine",
"version": "2.0.11",
"author": "Chris Klimas <[email protected]>",
"description": "a GUI for creating nonlinear stories",
"license": "GPL-3.0",
"repository": {
"type": "hg",
"url": "https://bitbucket.org/klembot/twinejs"
},
"main": "index.html",
"dom_storage_quota": 1000000,
"window": {
"show": false,
"toolbar": false,
"width": 1024,
"height": 600,
"icon": "rsrc/img/logo.ico"
},
"browserify-shim": "./browserify/cdn-shims.js",
"dependencies": {
"backbone": "^1.2.1",
"backbone.localstorage": "^1.1.16",
"backbone.marionette": "^2.4.2",
"blob-polyfill": "^1.0.20150320",
"browser-saveas": "^1.0.0",
"codemirror": "^5.5.0",
"es6-promise": "^3.1.2",
"fastclick": "^1.0.6",
"font-awesome": "^4.3.0",
"jed": "^1.1.0",
"jquery": "^2.1.4",
"jszip": "^2.5.0",
"moment": "^2.10.3",
"osenv": "^0.1.3",
"scroll-to-element": "^2.0.0",
"svg.js": "^1.0.1",
"tiny-uuid": "^1.0.0",
"underscore": "^1.8.3",
"vue": "^1.0.18"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^11.0.0",
"browserify-shim": "^3.8.10",
"ejsify": "^1.0.0",
"envify": "^3.4.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.2.0",
"grunt-jscs": "^2.7.0",
"grunt-jsdoc": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-mochify": "^0.3.0",
"grunt-nw-builder": "^2.0.0",
"grunt-po2json": "^0.3.0",
"grunt-template": "^0.2.3",
"jit-grunt": "^0.9.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"selenium-webdriver": "^2.52.0",
"stringify": "^5.1.0",
"uglifyify": "^3.0.1",
"watchify": "^3.3.0",
"wrench": "^1.5.8"
}
}