-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
{
"devDependencies": {},
"dependencies": {
"browserify": "^14.4.0",
"browserify-incremental": "^3.1.1",
"fix-indents": "^0.1.2092",
"express": "^4.15.3",
"commander": "^2.9.0",
"chalk": "^1.1.3",
"javascrypt": "0.0.6",
"livescript": "^1.5.0",
"node-watch": "^0.5.4",
"reactify": "^1.1.1",
"reactify-ls": "^0.1.128",
"through": "^2.3.8",
"node-sass": "^4.5.3",
"xtend": "^4.0.1"
},
"bin": {
"lsxc": "./lsxc"
},
"main": "compile.js",
"description": "Compile Livescript + Pug + React",
"version": "0.0.267",
"subversion": 267,
"uperversion": "0.0",
"homepage": "https://github.com/askucher/lsxc#readme",
"bugs": {
"url": "https://github.com/askucher/lsxc/issues"
},
"license": "ISC",
"author": "flyber",
"keywords": [
"react",
"livescript",
"pug"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/askucher/lsxc.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"name": "lsxc"
}