-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
{
"name": "ltg-fe",
"version": "0.3.0",
"description": "Looking to game front end",
"main": "server.js",
"start": "node server.js",
"engines": {
"node": "6.10.0"
},
"scripts": {
"heroku-postbuild": "webpack",
"build": "webpack",
"build-watch": "webpack-dev-server --inline --hot",
"test": "karma start",
"test-watch": "karma start --auto-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Looking-To-Game/ltg-fe.git"
},
"author": "Ben Ayzberg, Caleb Wells, Michael Padget, David Teddy, Scott Brenden",
"license": "MIT",
"bugs": {
"url": "https://github.com/Looking-To-Game/ltg-fe/issues"
},
"homepage": "https://github.com/Looking-To-Game/ltg-fe#readme",
"dependencies": {
"@uirouter/angularjs": "^1.0.4",
"angular": "^1.6.4",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"camelcase": "^4.1.0",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.3.1",
"karma-coverage": "^1.1.1",
"node-sass": "^4.5.3",
"pascalcase": "^0.1.1",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^2.6.1"
},
"devDependencies": {
"angular-mocks": "^1.6.4",
"babel-polyfill": "^6.23.0",
"chai": "^4.0.2",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.2",
"webpack-dev-server": "^2.4.5"
}
}