-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
27 lines (27 loc) · 930 Bytes
/
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
{
"name": "livestyle-online-demo",
"version": "1.0.0",
"description": "Online demo of LiveStyle features",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sergey Chikuyonok <[email protected]>",
"license": "MIT",
"dependencies": {
"codemirror": "^4.8.0",
"emmet-codemirror": "^1.2.4",
"livestyle-analyzer": "git+https://github.com/livestyle/analyzer.git",
"livestyle-cssom-patcher": "git+https://github.com/livestyle/cssom-patcher.git",
"livestyle-patcher": "git+https://github.com/livestyle/patcher.git"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-connect": "^2.2.0",
"gulp-gzip": "^1.0.0",
"gulp-minify-css": "^1.0.0",
"html-transform": "git+https://github.com/sergeche/html-transform.git#v1.0.0",
"js-bundler": "git+https://github.com/sergeche/js-bundler.git",
"node-notifier": "^4.1.0"
}
}