-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 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
{
"name": "livestyle-web-site",
"version": "1.0.0",
"description": "LiveStyle web-site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sergey Chikuyonok <[email protected]>",
"license": "ISC",
"dependencies": {
"codemirror": "^5.9.0",
"emmet-codemirror": "^1.2.5",
"es6-collections": "^0.5.5",
"livestyle-analyzer": "livestyle/analyzer",
"livestyle-patcher": "livestyle/patcher"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^5.8.24",
"babel-runtime": "^5.8.25",
"browserify": "^12.0.0",
"connect": "^3.4.0",
"css-transform": "sergeche/css-transform#v1.0.1",
"eco": "^1.1.0-rc-3",
"gulp": "^3.9.0",
"gulp-gzip": "^1.2.0",
"gulp-minify-css": "^1.2.1",
"gulp-postcss": "^6.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"highlight.js": "^8.8.0",
"html-transform": "sergeche/html-transform#v1.2.0",
"htmlparser2": "^3.8.3",
"image-size": "^0.3.5",
"marked": "^0.3.5",
"postcss-import": "^7.0.0",
"serve-static": "^1.10.0",
"static-site-generator": "sergeche/static-site-generator",
"stream-combiner2": "^1.1.1",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"watchify": "^3.6.0",
"xtend": "^4.0.0"
}
}