-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·72 lines (72 loc) · 1.83 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
69
70
71
72
{
"name": "ns3-vis",
"version": "0.0.1",
"description": "don't be mean",
"engines": {
"node": "5.9.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall": "./node_modules/bower/bin/bower install && npm install typings grunt --global && typings install && grunt"
},
"dependencies": {
"async": "^2.1.4",
"body-parser": "^1.16.1",
"bower": "^1.8.0",
"ejs": "2.4.1",
"express": "4.13.3",
"fs": "0.0.1-security",
"grunt": "~0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.3",
"grunt-ts": "^6.0.0-beta.3",
"guardian-js": "1.0.7",
"jsdom": "9.11.0",
"minimist": "^1.2.0",
"node-schedule": "^1.2.0",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"q": "1.4.1",
"redis": "^2.7.1",
"sequelize": "^3.30.2",
"sequelize-cli": "^2.5.1",
"simple-get": "2.4.0",
"swagger-node-express": "^2.1.3",
"typescript": "^2.0.9",
"typings": "^2.0.0",
"webhoseio": "^1.0.1",
"xregexp": "^3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sachabest/cis450-project"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"devDependencies": {
"bower": "^1.8.0",
"grunt": "~0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.3",
"grunt-ts": "^6.0.0-beta.3",
"typings": "^2.0.0",
"simple-get": "2.4.0",
"jsdom": "9.11.0",
"guardian-js": "1.0.7",
"q": "1.4.1"
}
}