Files
simple-bookreader/package.json
2015-07-09 22:13:13 +03:00

41 lines
740 B
JSON

{
"name": "chitalka",
"description": "",
"version": "1.0.0",
"author": "Yandex Maps <mapsui-dev-team.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.7-12",
"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"
]
}
}
}
}