-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "check-wp",
"version": "0.0.2",
"description": "",
"engines": {
"node": "6.3.1",
"npm": "3.10.3"
},
"dependencies": {
"amqplib": "^0.4.2",
"autobind-decorator": "^1.3.3",
"babel-cli": "^6.16.0",
"babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.16.3",
"coffee-script": "^1.11.1",
"jade": "^1.11.0",
"seokit-text": "git+https://_taran2L:[email protected]/_webmaster/seokit-text",
"seokit-db": "git+https://_taran2L:[email protected]/_webmaster/seokit-db",
"utf8": "^2.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node --presets es2015 ./app.js"
},
"repository": {
"type": "git",
"url": "[email protected]:_live/db.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-plugin-transform-decorators": "^6.13.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": "^6.16.0"
}
}