-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
70 lines (70 loc) · 1.74 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
{
"name": "spm-webpack",
"version": "1.0.4",
"description": "SPM project bundler based on webpack.",
"dependencies": {
"atool-monitor": "0.x",
"atpl-loader": "~0.1.0",
"autoprefixer-loader": "~2.0.0",
"babel-core": "~5.4.0",
"babel-loader": "~5.2.0",
"browser-resolve": "~1.9.0",
"chokidar": "^1.7.0",
"co": "~3.1.0",
"coffee-loader": "~0.7.2",
"coffee-script": "~1.9.3",
"colorful": "~2.1.0",
"commander": "~2.7.1",
"css-loader": "~0.19.0",
"css-resources": "~0.2.0",
"extend": "~2.0.0",
"extract-text-webpack-plugin": "~0.8.2",
"file-loader": "~0.8.1",
"fs-extra": "~0.16.5",
"glob": "~5.0.1",
"handlebars": "~1.3.0",
"handlebars-loader": "~0.1.8",
"html-minifier": "~0.7.2",
"json-loader": "~0.5.1",
"less": "~2.4.0",
"less-loader": "~2.1.0",
"mkdirp": "~0.5.1",
"node-libs-browser": "~0.5.2",
"qs": "~2.4.1",
"rimraf": "~2.3.2",
"scripts-hook": "~0.1.3",
"semver": "~4.3.1",
"spm-argv": "~0.2.0",
"spm-client": "~0.4.0",
"spm-log": "~0.1.2",
"spmtpl-loader": "~0.1.0",
"style-loader": "~0.8.3",
"url-loader": "~0.5.5",
"webpack": "~1.10.1",
"webpack-core": "~0.6.1"
},
"devDependencies": {
"co-mocha": "~1.0.0",
"coveralls": "2",
"exeq": "~2.0.2",
"istanbul-harmony": "0",
"jshint": "~2.5.11",
"mocha": "1",
"should": "3",
"sinon": "~1.12.1",
"thunkify": "~2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/spmjs/spm-webpack"
},
"homepage": "https://github.com/spmjs/spm-webpack",
"author": "chencheng <[email protected]>",
"license": "MIT",
"scripts": {
"test": "make test"
},
"bin": {
"spm-webpack": "cli.js"
}
}