-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.13 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
46
47
48
49
{
"name": "metastore",
"description": "metastore - 1с интернет магазин MetaStore",
"version": "0.0.3",
"author": "Evgeniy Malyarov <[email protected]> (http://www.oknosoft.ru)",
"directories": {
"example": "examples"
},
"dependencies": {
"pg": "^4.4.0",
"ws": "^0.8.0",
"node-localstorage": "^0.6.0",
"node-static": "^0.7.7",
"request": "^2.67.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bundle-assets": "^2.23.0",
"gulp-concat": "^2.6.0",
"gulp-data": "^1.2.0",
"gulp-dereserve": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.0",
"gulp-uglify": "^1.4.1",
"gulp-umd": "^0.2.0",
"mocha": "^2.3.0"
},
"engines": {
"node": ">=4.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/oknosoft/metastore.js.git"
},
"bugs": {
"url": "https://github.com/oknosoft/metastore.js/issues"
},
"homepage": "http://www.oknosoft.ru/metastore/",
"main": "dist/metastore.min.js",
"keywords": [
"webshop",
"webstore",
"1c",
"1с",
"online store",
"internet shop"
],
"license": "Oknosoft"
}