-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.41 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
{
"name": "game-time-starter-kit",
"version": "1.0.0",
"description": "A starter kit for Turing School's Game Time project.",
"main": "index.js",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"build": "./node_modules/webpack/bin/webpack.js",
"test": "./node_modules/mocha/bin/mocha --compilers js:babel/register"
},
"repository": {
"type": "git",
"url": "https://github.com/chompasina/gametime.git"
},
"author": "Tommasina Miller",
"license": "MIT",
"bugs": {
"url": "https://github.com/chompasina/gametime/issues"
},
"homepage": "https://github.com/chompasina/gametime",
"devDependencies": {
"babel": "^5.8.3",
"babel-core": "^5.8.38",
"babel-loader": "^5.4.2",
"chai": "^3.2.0",
"css-less-loader": "^0.1.0",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"less": "^2.7.1",
"lodash": "^4.16.4",
"mocha": "^2.2.5",
"mocha-loader": "^0.7.1",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.10.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-webpack": "0.0.5",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"imports-loader": "^0.6.5",
"jquery": "^3.1.1",
"less-loader": "^2.2.3"
}
}