This commit is contained in:
Oleg Mokhov
2015-06-20 12:26:08 +03:00
committed by mokhov
parent a716969f4e
commit f3546ef3a5
85 changed files with 16682 additions and 1 deletions

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"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"
},
"enb": {
"dependencies": [
"vow",
"inherit"
],
"sources": [
"client/islets/common",
"client/islets/core",
"client/core"
],
"profiles": {
"index": {
"sources": [
"build/index"
]
}
}
}
}