Files
simple-bookreader/package.json
2015-10-05 12:56:04 +03:00

41 lines
769 B
JSON

{
"name": "chitalka",
"description": "JavaScript library to read fb2 books",
"version": "0.0.1",
"author": "Oleg Mokhov <o.mokhov@ya.ru>",
"private": true,
"devDependencies": {
"inherit": "2.2.2",
"vow-fs": "0.3.2",
"vow": "0.4.4",
"enb-bevis-helper": "1.1.0",
"stylus": "0.47.1",
"mocha": "1.20.1",
"mocha-phantomjs": "3.5.0",
"phantomjs": "1.9.8",
"sinon": "1.10.2",
"chai": "1.9.1"
},
"scripts": {
"test": "make test"
},
"enb": {
"dependencies": [
"vow",
"inherit"
],
"sources": [
"client/islets/common",
"client/islets/core",
"client/core"
],
"profiles": {
"index": {
"sources": [
"build/index"
]
}
}
}
}