-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
53 lines (53 loc) · 1.48 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
{
"name": "the_founder",
"version": "1.0.5",
"homepage": "https://github.com/frnsys/the_founder",
"license": "MIT",
"description": "a dystopian business simulator",
"repository": {
"type": "git",
"url": "http://github.com/frnsys/the_founder"
},
"main": "main.js",
"scripts": {
"start": "webpack-dev-server --colors --progress --port 8081",
"build": "webpack --colors --progress",
"test": "karma start karma.config.js"
},
"dependencies": {
"d3": "^4.2.2",
"datamaps": "^0.5.7",
"dot": "^1.0.3",
"fs": "0.0.2",
"jquery": "^3.1.0",
"p2": "^0.7.1",
"patroljs": "git+https://github.com/frnsys/PatrolJS.git",
"phaser": "^2.6.1",
"three": "^0.79.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.1",
"dat-gui": "^0.5.0",
"expose-loader": "^0.7.1",
"imports-loader": "^0.6.5",
"jasmine-core": "^2.4.1",
"json-loader": "^0.5.4",
"karma": "^1.2.0",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}