-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
{
"name": "woh_site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --devtool eval --progress --colors --content-base build",
"test": "jest"
},
"author": "",
"license": "MIT",
"devDependencies": {
"backbone": "^1.1.2",
"coffee-jsx-loader": "^0.1.0",
"coffee-loader": "^0.7.2",
"coffee-react": "^2.1.2",
"coffee-react-transform": "^2.4.0",
"coffee-script": "^1.9.1",
"jade": "^1.9.2",
"jade-loader": "^0.7.1",
"jest-cli": "^0.4.0",
"deasync": "0.0.8",
"memory-fs": "^0.2.0",
"jshint": "^2.6.0",
"jshint-loader": "^0.8.3",
"jsx-loader": "^0.12.2",
"react": "*",
"react-tools": "*",
"sass-loader": "^0.4.0",
"webpack": "^1.6.0",
"webpack-dev-server": "^1.7.0"
},
"jest": {
"scriptPreprocessor": "preprocessor.js",
"testFileExtensions": [
"coffee",
"js"
],
"unmockedModulePathPatterns": [
"./node_modules/react",
"./node_modules/backbone"
]
}
}