forked from massivedanger/protagonist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "protagonist",
"version": "1.0.0-beta.2",
"description": "A format for Twine",
"main": "dist/format.js",
"scripts": {
"test": "mocha --compilers js:babel/register --require test/support/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/evanwalsh/protagonist.git"
},
"keywords": [
"twine"
],
"author": "Evan Walsh <evan@massivedanger.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/evanwalsh/protagonist/issues"
},
"homepage": "https://github.com/evanwalsh/protagonist",
"devDependencies": {
"babel": "^5.2.6",
"babelify": "^6.0.2",
"browser-sync": "^2.6.4",
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.0.0",
"gulp-replace": "^0.5.3",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jeet": "^6.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.1"
},
"dependencies": {
"jquery": "^2.1.3",
"lodash": "^3.6.0",
"marked": "^0.3.3",
"toml": "^2.2.2"
}
}