This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.76 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
{
"name": "tycoon",
"description": "Expand your Airline to be the ultimate Tycoon!",
"version": "0.0.1",
"author": "Locomote (Various) <[email protected]>",
"bugs": "https://github.com/locomote/tycoon/issues",
"engines": {
"node": "= 6.11.1"
},
"dependencies": {
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-react-transform": "^3.1.0",
"coffee-script": "^1.9.3",
"css-loader": "^0.14.4",
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-cssfont64": "0.0.1",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-size": "^1.2.1",
"gulp-util": "^3.0.5",
"jest-cli": "^0.4.5",
"lodash": "*",
"jquery": "*",
"map-stream": "0.0.5",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-retina-image": "^1.3.3",
"react-router": "^0.13.3",
"style-loader": "^0.12.3",
"touch": "^1.0.0",
"underscore": "^1.8.3",
"victor": "^1.1.0",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1"
},
"homepage": "https://github.com/locomote/tycoon",
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
],
"testFileExtensions": [
"coffee",
"js",
"cjsx"
],
"moduleFileExtensions": [
"js",
"json",
"coffee",
"cjsx"
]
},
"keywords": [
"react",
"react-tools",
"quickstart",
"coffeescript",
"cjsx"
],
"license": "MIT",
"main": "server.coffee",
"repository": "[email protected]:locomote/tycoon.git",
"scripts": {
"start": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"test": "jest"
}
}