-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.64 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
{
"name": "emanie",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"client": "node node_modules/nightwatch/bin/nightwatch",
"test": "mocha serverTests/test/serverTests.js",
"start": "webpack-dev-server --inline --hot",
"dev": "webpack-dev-server --content-base public --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mau11/emanie.git"
},
"author": "mau",
"license": "ISC",
"bugs": {
"url": "https://github.com/mau11/emanie/issues"
},
"homepage": "https://github.com/mau11/emanie#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"jshint": "^2.9.4",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"nightwatch": "^0.9.12",
"node-libs-browser": "^2.0.0",
"selenium-standalone": "^5.9.0",
"should": "^11.1.2",
"supertest": "^2.0.1"
},
"dependencies": {
"auth0-js": "^8.0.4",
"auth0-lock": "^11.23.0",
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"body-parser": "^1.15.2",
"events": "^1.1.1",
"express": "^4.14.0",
"history": "3.2.1",
"jsxhint-loader": "^0.2.0",
"jwt-decode": "^2.1.0",
"mysql": "^2.12.0",
"nodemon": "^1.11.0",
"promise": "^7.1.1",
"react": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}