-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
{
"name": "speedtest",
"version": "1.0.0",
"description": "NSS internal app for internet connection speed test visualization.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"eslintConfig": {
"env": {
"node": true,
"es6": true
},
"extends": "/Users/ryan/.eslint/personal.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewEvolution/speedtest.git"
},
"keywords": [
"speedtest",
"visualization",
"graphing"
],
"author": "Ryan Tanay <[email protected]> (http://portfolio.ryantanay.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewEvolution/speedtest/issues"
},
"homepage": "https://github.com/NewEvolution/speedtest#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"moment": "^2.15.1",
"mongoose": "^4.6.3",
"q": "^1.4.1",
"react": "~15.3.2",
"react-addons-shallow-compare": "~15.3.2",
"react-d3-tooltip": "^1.4.14",
"react-dates": "^3.5.0",
"react-dom": "~15.3.2",
"request": "^2.76.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-react": "^6.16.0",
"html-webpack-plugin": "^2.24.0",
"node-sass": "^3.10.1",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
}
}