forked from SGVDT/SGVDT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.59 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
{
"name": "sgvdt",
"version": "1.0.0",
"description": "Seattle Gun Violence Data Tracker",
"version": "1.1.0",
"engines": {
"node": "4.3.1"
},
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"heroku-prebuild": "echo This runs before Heroku installs your dependencies.",
"heroku-postbuild": "echo This runs afterwards."
},
"scripts": {
"start": "node index.js",
"test": "./node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/SGVDT/SGVDT.git"
},
"author": {
"name": "Heidi Laursen",
"email": "heidilaursen@yahoo.com"
},
"contributors": [
{
"name": "Maria Romero",
"email": "mariaromero18e@gmail.com"
},
{
"name": "Shelly Yusuf",
"email": "ShellyNYusuf@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/SGVDT/SGVDT/issues"
},
"homepage": "https://github.com/SGVDT/SGVDT#readme",
"dependencies": {
"bcrypt": "^0.8.6",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"jsonwebtoken": "^6.2.0",
"mongoose": "^4.4.14",
"superagent": "^1.8.3"
},
"devDependencies": {
"angular": "^1.5.6",
"angular-mocks": "^1.5.6",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"html-loader": "^0.4.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"mocha": "^2.4.5",
"webpack-stream": "^3.2.0"
}
}