-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "d3rx-demo",
"version": "0.0.1",
"description": "A D3/Rx.JS example",
"repository": "https://github.com/bleathem/locationforcelayout",
"scripts": {
"start": "npm run mongo & npm run serve",
"serve": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"mongo": "mongod --dbpath ./data"
},
"main": "server/server.js",
"author": "Brian Leathem",
"license": "ASLv2",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-less": "^3.0.0",
"gulp-livereload": "^3.8.0",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-nodemon": "^1.0.5",
"gulp-util": "^3.0.4",
"node-inspector": "^0.9.2",
"open": "0.0.5",
"q": "^1.4.0",
"should": "^5.2.0",
"superagent": "^1.2.0",
"supertest": "^0.15.0"
},
"dependencies": {
"basic-auth": "^1.0.1",
"body-parser": "^1.12.2",
"bootstrap": "^3.3.5",
"config-chain": "^1.1.9",
"d3": "^3.5.6",
"debuglog": "^1.0.1",
"express": "^4.12.3",
"mongoose": "^4.0.1",
"morgan": "^1.5.2",
"numeral": "^1.5.3",
"patternfly": "^1.3.0",
"request": "^2.55.0",
"rx": "^2.5.2",
"rx-dom": "^6.0.0",
"rx-node": "^1.0.0",
"stompjs": "^2.3.3",
"underscore": "^1.8.3",
"unifiedpush-node-sender": "^0.7.0",
"ws": "^0.7.1"
}
}