forked from mvc-works/cirruscript-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "coffee-workflow",
"version": "0.0.1",
"description": "Web app scaffold based on Webpack",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiyinyiyong",
"license": "MIT",
"keywords": [
"workflow"
],
"devDependencies": {
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.3",
"coffeelint": "^1.15.7",
"coffeelint-loader": "^0.1.1",
"css-loader": "^0.26.1",
"del": "^2.2.2",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.10.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-util": "^3.0.8",
"hsl": "^0.1.1",
"json-loader": "^0.5.3",
"postcss-loader": "^1.2.2",
"rsyncwrapper": "^2.0.1",
"run-sequence": "^1.1.2",
"stir-template": "^0.2.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.6",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"webpack-hud": "^0.1.1"
},
"dependencies": {
"actions-in-recorder": "^1.7.1",
"hsl": "^0.1.1",
"immutable": "^3.8.1",
"immutable-devtools": "0.0.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"router-as-view": "^2.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/react-china/coffee-workflow.git"
},
"bugs": {
"url": "https://github.com/react-china/coffee-workflow/issues"
},
"homepage": "https://github.com/react-china/coffee-workflow"
}