forked from nimblecode/nimblecode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.79 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
{
"name": "nimblecode",
"version": "1.0.0",
"description": "nimbleCode",
"main": "index.js",
"dependencies": {
"axios": "^0.9.1",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"bookshelf": "^0.9.2",
"color": "^0.11.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"fs": "0.0.2",
"ga-react-router": "^2.0.0",
"history": "^2.0.1",
"jwt-decode": "^2.0.1",
"jwt-simple": "^0.5.0",
"knex": "^0.10.0",
"mysql": "^2.10.2",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"radium": "^0.17.0",
"react": "^0.14.7",
"react-countdown-clock": "^1.0.5",
"react-dom": "^0.14.7",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"redux": "^3.3.1",
"socket.io": "^1.4.5",
"uglify-js": "^2.6.2",
"uglifyjs": "^2.4.10",
"underscore": "^1.8.3",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"html-webpack-plugin": "^2.10.0",
"mocha": "^2.4.5",
"redux-devtools": "^3.1.1",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"test": "mocha ./test/specs/test-server.js -w",
"start": "nodemon server/server.js",
"prod": "webpack -p",
"build": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LinearAtWorst/nimblecode.git"
},
"author": "LinearAtWorst",
"license": "MIT",
"bugs": {
"url": "https://github.com/LinearAtWorst/nimblecode/issues"
},
"homepage": "https://github.com/LinearAtWorst/nimblecode#readme"
}