-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (48 loc) · 1.09 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": "alert-r",
"version": "0.0.0",
"description": "alertR",
"main": "app.js",
"author": "Tim",
"dependencies": {
"chart.js": "^2.7.2",
"express": "^4.15.2",
"fs": "0.0.1-security",
"ip": "^1.1.5",
"mysql": "^2.15.0",
"socket.io": "^2.0.3",
"vm": "^0.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.2",
"grunt-contrib-less": "^1.4.1",
"grunt-force-task": "^2.0.0",
"jshint": "^2.9.5",
"mocha": "^5.0.5",
"mocha-sinon": "^2.0.0",
"sinon": "^4.5.0",
"socket-tester": "^1.2.1",
"socket.io-client": "^2.1.0"
},
"scripts": {
"start": "node app",
"predev": "grunt",
"dev": "start http://localhost:3000 & nodemon app -e html,js,less,json",
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timgrayson85/alertR.git"
},
"keywords": [
"javascript",
"node",
"alerting"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/timgrayson85/alertR/issues"
},
"homepage": "https://github.com/timgrayson85/alertR#readme"
}