-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "cycle-scripts-ls",
"version": "0.2.0",
"description": "create-cycle-app LiveScript flavor",
"main": "index.js",
"scripts": {
"test": "echo \"Maybe later\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/foxbunny/cycle-scripts-ls.git"
},
"author": "Hajime Yamasaki <hayavuk@gmail.com>",
"contributors": [
{
"name": "Geovani Souza",
"email": "geovanisouza92@gmail.com"
},
{
"name": "Nick Balestra",
"email": "nick@balestra.ch"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/foxbunny/cycle-scripts-ls/issues"
},
"homepage": "https://github.com/foxbunny/cycle-scripts-ls#readme",
"bin": {
"cycle-scripts": "./index.js"
},
"dependencies": {
"autoprefixer": "^6.7.7",
"chalk": "^1.1.3",
"cross-spawn": "^4.0.2",
"css-loader": "^0.27.1",
"file-loader": "^0.10.1",
"fs-extra": "^0.30.0",
"livescript": "^1.5.0",
"livescript-loader": "^0.1.6",
"mkdirp": "^0.5.1",
"mocha": "^3.1.2",
"postcss-loader": "^1.3.3",
"progress-bar-webpack-plugin": "^1.9.0",
"style-loader": "^0.13.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}