-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.8 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
{
"name": "coffee-react-quickstart",
"description": "Quickstart for creating React.js web applications",
"version": "0.0.1",
"author": "Kyle Mathews <[email protected]>",
"bugs": "https://github.com/KyleAMathews/coffee-react-quickstart/issues",
"dependencies": {
"cjsx-loader": "^1.1.0",
"coffee-loader": "^0.7.2",
"coffee-react-transform": "^2.1.0",
"coffee-script": "^1.8.0",
"css-loader": "^0.9.0",
"gulp": "^3.8.10",
"gulp-compass": "^2.0.3",
"gulp-cssfont64": "0.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.11",
"gulp-size": "^1.1.0",
"gulp-util": "^3.0.1",
"highlight.js": "^8.4.0",
"jest-cli": "^0.2.1",
"map-stream": "0.0.5",
"react": "^0.12.1",
"react-hot-loader": "^1.0.0-alpha.3",
"react-retina-image": "^1.1.0",
"react-router": "^0.11.6",
"style-loader": "^0.8.2",
"less-loader": "latest",
"file-loader": "latest",
"touch": "0.0.3",
"underscore": "^1.7.0",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.6"
},
"homepage": "https://github.com/KyleAMathews/coffee-react-quickstart",
"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]:KyleAMathews/coffee-react-quickstart.git",
"scripts": {
"start": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"test": "jest"
}
}