-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 3.04 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "kp-sequelizejs",
"version": "0.0.1",
"description": "копное право - сервер",
"main": "index.js",
"scripts": {
"development": "export NODE_ENV=development",
"testing": "export NODE_ENV=testing",
"production": "export NODE_ENV=production",
"server": "./node_modules/babel-cli/bin/babel-node.js --use-strict --inspect=48645 ./src/index.js",
"start": "npm run server",
"server:development": "export NODE_ENV=development && ./node_modules/babel-cli/bin/babel-node.js --use-strict --inspect=48646 ./src/index.js",
"server-inspect": "./node_modules/babel-cli/bin/babel-node.js --use-strict --inspect=5858 ./src/index.js",
"file-server": "./node_modules/babel-cli/bin/babel-node.js --use-strict ./src/file-server.index.js",
"test": "./node_modules/babel-cli/bin/babel-node.js --use-strict ./node_modules/mocha/bin/_mocha --timeout 5000 --compilers js:babel-register --recursive --timeout 5000 ./test",
"test:watch": "./node_modules/babel-cli/bin/babel-node.js --use-strict ./node_modules/mocha/bin/_mocha --watch --timeout 5000 --compilers js:babel-register --recursive --timeout 5000 ./test",
"crossbar": "crossbar start",
"init": "babel-node --use-strict ./src/init.js",
"download-fias": "wget -O ./fias/fias.rar http://fias.nalog.ru/Public/Downloads/20170306/fias_xml.rar && cd ./fias && unrar e ./fias.rar && cd ..",
"import-fias": "./node_modules/babel-cli/bin/babel-node.js --use-strict ./src/import-fias.js",
"poligon-fias": "./node_modules/babel-cli/bin/babel-node.js --use-strict ./src/poligon-fias.js",
"benchmark": "./node_modules/babel-cli/bin/babel-node.js --use-strict ./src/benchmark.js",
"poligon": "./node_modules/babel-cli/bin/babel-node.js --use-strict ./src/poligon.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexey2baranov/kp-sequelizejs.git"
},
"author": "alexey2baranov",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexey2baranov/kp-sequelizejs/issues"
},
"homepage": "https://github.com/alexey2baranov/kp-sequelizejs#readme",
"dependencies": {
"autobahn": "^0.10.1",
"bcrypt": "^0.8.7",
"chai": "^3.5.0",
"emailjs": "^1.0.12",
"express": "^4.15.4",
"express-fileupload": "0.0.7",
"lodash": "^4.15.0",
"log4js": "^0.6.38",
"mustache": "^2.3.0",
"pg-hstore": "^2.3.2",
"request": "^2.74.0",
"request-promise": "^4.2.1",
"request-promise-native": "^1.0.4",
"sequelize": "^3.30.4",
"string.prototype.padstart": "^3.0.0",
"superagent": "^3.6.0",
"urlencode": "^1.1.0",
"web-push": "^3.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.22.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"continuation-local-storage": "^3.2.0",
"mocha": "^3.5.0",
"pg": "^6.4.2",
"pg-native": "^1.10.1",
"pg-promise": "^5.9.7",
"sax": "git+https://github.com/isaacs/sax-js.git#v1.2.1",
"uuid": "^3.1.0"
}
}