-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
{
"name": "ncnca-db-transformer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"start": "NODE_PATH=./lib node index.js",
"dev": "NODE_PATH=./lib nodemon index.js --ext js --ignore data/",
"eslint": "eslint lib/ --ext .js || true",
"eslint:fix": "eslint lib/ --ext .js --fix || true",
"reinstall": "rimraf node_modules && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RCN/ncnca-db-transformer.git"
},
"author": "Anton Vynogradenko <[email protected]> (http://restuta.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RCN/ncnca-db-transformer/issues"
},
"homepage": "https://github.com/RCN/ncnca-db-transformer#readme",
"devDependencies": {
"babel-core": "^6.9.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015-node6": "^0.3.0",
"babel-preset-stage-2": "^6.3.13",
"eslint": "^2.10.2",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"nodemon": "^1.10.2"
},
"dependencies": {
"bluebird": "^3.4.6",
"cheerio": "^0.20.0",
"colors": "^1.0.3",
"diff": "^3.0.0",
"lodash": "^4.15.0",
"moment": "^2.14.1",
"mysql": "github:mysqljs/mysql",
"promise-mysql": "^1.3.2",
"rimraf": "^2.5.2",
"string": "^3.3.1"
}
}