-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.03 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
73
74
75
76
77
{
"name": "wmata-rails-tracker",
"version": "1.0.0",
"description": "Visualizes coordinates of trains on a rail.",
"main": "server.js",
"scripts": {
"test": "istanbul cover _mocha -- --recursive --require spec/helpers/chai.js ./spec",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freestylebit/wmata-rails-tracker.git"
},
"keywords": [
"wmata"
],
"author": "Peter Cho",
"license": "ISC",
"bugs": {
"url": "https://github.com/freestylebit/wmata-rails-tracker/issues"
},
"homepage": "https://github.com/freestylebit/wmata-rails-tracker#readme",
"dependencies": {
"async": "^2.0.0-rc.6",
"autoprefixer": "^6.4.0",
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.9.0",
"body-parser": "^1.15.1",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"dotenv": "^2.0.0",
"ejs": "^2.4.2",
"env": "0.0.2",
"envs": "^0.1.6",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"font-awesome-webpack": "0.0.4",
"glob": "^7.0.4",
"jquery": "^3.0.0",
"json": "^9.0.4",
"lodash": "^4.13.1",
"node-cron": "^1.1.1",
"node-jsx": "^0.13.3",
"node-redis": "^0.1.7",
"node-reset-scss": "^1.0.1",
"node-sass": "^3.8.0",
"path": "^0.12.7",
"postcss-loader": "^0.9.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-jsx": "^1.0.0",
"redis": "^2.6.2",
"redis-mock": "^0.9.0",
"request": "^2.72.0",
"sass-loader": "^3.2.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"replay": "^2.0.6",
"should": "^9.0.2",
"supertest": "^1.2.0",
"winston": "^2.2.0"
}
}