-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
80 lines (80 loc) · 2.42 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
{
"name": "spell-casters",
"version": "0.8.0",
"description": "A game to teach spelling",
"main": "karma.conf.js",
"scripts": {
"deploy": "webpack -p --config webpack.prod.config.js --progress --colors",
"start": "node server.js",
"postinstall": "NODE_ENV=production npm run deploy && node prodServer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpaceToastCoastToCoast/spell-casters.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SpaceToastCoastToCoast/spell-casters/issues"
},
"homepage": "https://github.com/SpaceToastCoastToCoast/spell-casters",
"dependencies": {
"angular": "^1.5.0",
"angular-ui-router": "^0.3.2",
"autoprefixer": "^6.5.2",
"babel-loader": "^6.2.7",
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"connect-redis": "^3.1.0",
"copy-webpack-plugin": "^3.0.1",
"d3": "^3.5.17",
"express": "^4.14.0",
"express-session": "^1.14.2",
"extract-text-webpack-plugin": "^1.0.1",
"howler": "^2.0.1",
"html-webpack-plugin": "^2.24.1",
"http-static-gzip-regexp": "0.0.2",
"json-loader": "^0.5.4",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"sequelize": "^3.27.0",
"sequelize-cli": "^2.4.0",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2"
},
"devDependencies": {
"angular-mocks": "^1.5.9",
"autoprefixer": "^6.0.3",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.18.0",
"compression-webpack-plugin": "^0.3.2",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.0",
"d3": "^3.5.17",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"grunt": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-sass": "^2.3.2",
"html-webpack-plugin": "^2.7.1",
"isparta-loader": "^2.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-webpack": "^1.8.0",
"ng-annotate-webpack-plugin": "^0.1.3",
"node-libs-browser": "^1.0.0",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.4",
"postcss-loader": "^0.9.1",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}