-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
61 lines (61 loc) · 1.51 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
{
"name": "pinger-wrio-app",
"version": "1.0.1399",
"description": "https://github.com/webRunes/Pinger-WRIO-App/",
"dependencies": {
"amqplib": "^0.5.1",
"canvas": "1.6.5",
"cookie-parser": "^1.4.0",
"ejs": "2.5.5",
"es6-promise": "^2.1.1",
"es6-promisify": "^3.0.0",
"eslint-plugin-ideal": "^0.1.2",
"multer": "^1.1.0",
"nconf": "0.8.5",
"node-twitter": "^0.5.3",
"node-twitter-api": "^1.7.4",
"opentype.js": "0.8.0",
"p3p": "0.0.2",
"phantom": "^4.0.8",
"prettier": "^1.2.2",
"should": "^6.0.3",
"temp": "^0.8.3",
"wriocommon": "webRunes/WRIOOS-Common"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"eslint": "2.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.4",
"husky": "^0.15.0-rc.13",
"request": "2.74.0",
"superagent": "1.6.0",
"supertest": "^1.0.1"
},
"scripts": {
"start": "echo Ok",
"bumpVersion": "npm run version",
"version": "sh version.sh",
"bundle": "sh bundle.sh",
"shell": "docker exec -it wriolocaldev_pinger_1 sh",
"lint": "gulp lint",
"test": "gulp lint"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"repository": {
"type": "git",
"url": "https://github.com/webRunes/Pinger-WRIO-App.git"
},
"author": "webRunes",
"license": "MIT",
"bugs": {
"url": "https://github.com/webRunes/Pinger-WRIO-App/issues"
},
"homepage": "https://github.com/webRunes/Pinger-WRIO-App"
}