1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-06-01 07:38:10 +03:00
raconteur/package.json
2015-04-10 22:54:03 -03:00

32 lines
734 B
JSON

{
"name": "raconteur",
"version": "0.2.0",
"description": "A friendly API framework for building hypertext interactive fiction with Undum",
"license": "MIT",
"author": {
"name": "Bruno Dias"
},
"files": [
"lib"
],
"dependencies": {
"jquery": "~2.1.3",
"markdown-it": "~4.1.0",
"undum": "git://github.com/sequitur/undum.git#commonjs"
},
"devDependencies": {
"babelify": "~6.0.2",
"browser-sync": "~2.5.3",
"browserify": "~9.0.8",
"gulp": "~3.8.11",
"gulp-less": "~3.0.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-util": "^3.0.4",
"lodash": "^3.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "^3.1.0"
},
"private": true
}