forked from HolisticParallelogram/scenic-ninja
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
84 lines (84 loc) · 2.44 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
78
79
80
81
82
83
84
{
"name": "holisticparallelogram",
"version": "1.0.0",
"description": "Get a list of local view spots near you",
"contributors": [
"Andrew Ho",
"Joel Aguero",
"Laura Curley",
"Reina Mei",
"Bo Sanders",
"Muhammad Naqvi",
"Chris Lardizabal",
"Dylan Kuang"
],
"main": "precompile.js",
"scripts": {
"test": "mocha --require ./test/serverTest.js",
"start": "webpack && node precompile.js",
"dev": "webpack -d && NODE_ENV=dev nodemon --debug precompile.js",
"babel-node": "babel-node --presets=es2015"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holisticparallelogram/holisticparallelogram.git"
},
"author": "See Contributors",
"private": true,
"license": "ISC",
"bugs": {
"url": "https://github.com/holisticparallelogram/holisticparallelogram/issues"
},
"homepage": "https://github.com/holisticparallelogram/holisticparallelogram#readme",
"dependencies": {
"babel-register": "^6.7.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"bluebird": "1.0.8",
"body-parser": "^1.4.3",
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"cookie-parser": "^1.4.1",
"eslint": "^2.7.0",
"eslint-config-hackreactor": "github:hackreactor-labs/eslint-config-hackreactor",
"eslint-plugin-promise": "^1.1.0",
"express": "^4.4.5",
"express-session": "^1.13.0",
"google-map-react": "^0.11.2",
"jquery": "^2.2.3",
"material-ui": "^0.14.4",
"mocha": "^2.3.2",
"mysql": "^2.10.2",
"nodemon": "^1.2.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-auth": "^1.0.1",
"passport-google-oauth": "^1.0.0",
"path": "^0.12.7",
"pug": "^2.0.0-alpha6",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-redux": "^4.4.1",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.3.1",
"request": "^2.36.0",
"sequelize": "^3.21.0",
"underscore": "^1.8.3",
"url": "^0.11.0",
"webpack": "^1.12.14",
"babel-cli": "^6.7.5",
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"eslint-config-google": "^0.4.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-react": "^4.3.0",
"eslint-plugin-standard": "^1.3.2",
"morgan": "^1.7.0",
"webpack": "^1.12.14"
},
"devDependencies": {
}
}