forked from blockstarter/lsxc
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.14 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
{
"uperversion": "0.0",
"subversion": 314,
"version": "0.0.314",
"description": "Compile Livescript + Pug + React",
"main": "compile.js",
"bin": {
"lsxc": "./lsxc"
},
"dependencies": {
"prelude-ls": "^1.1.2",
"node-watch": "^0.5.4",
"chalk": "^1.1.3",
"clean-css": "^4.1.11",
"commander": "^2.9.0",
"express": "^4.15.3",
"fix-indents": "^0.1.2092",
"html-minifier": "^3.5.14",
"reactify": "^1.1.1",
"reactify-ls": "^0.1.128",
"require-ls": "0.0.8",
"through": "^2.3.8",
"uglify-js": "^3.3.21",
"xtend": "^4.0.1",
"browserify-incremental": "^3.1.1",
"browserify": "^14.4.0",
"livescript": "^1.5.0",
"node-sass": "^4.5.3"
},
"devDependencies": {},
"name": "lsxc",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/askucher/lsxc.git"
},
"keywords": [
"react",
"livescript",
"pug"
],
"author": "flyber",
"license": "ISC",
"bugs": {
"url": "https://github.com/askucher/lsxc/issues"
},
"homepage": "https://github.com/askucher/lsxc#readme"
}