-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 1 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
{
"name": "livestyle-chrome",
"version": "1.0.8",
"description": "A Google Chrome extension for LiveStyle",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"pack": "gulp pack --production"
},
"repository": {
"type": "git",
"url": "git://github.com/livestyle/chrome.git"
},
"author": "Sergey Chikuyonok <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/livestyle/chrome/issues"
},
"homepage": "https://github.com/livestyle/chrome",
"devDependencies": {
"babel": "^4.7.16",
"connect": "^3.3.5",
"gulp": "^3.9.0",
"gulp-zip": "^3.0.2",
"js-bundler": "github:sergeche/js-bundler.git#v1.1.0",
"mocha": "^3.0.0",
"node-notifier": "^4.1.2",
"serve-static": "^1.9.2",
"through2": "^2.0.0"
},
"dependencies": {
"livestyle-client": "livestyle/client",
"livestyle-cssom-patcher": "livestyle/cssom-patcher",
"livestyle-patcher": "livestyle/patcher#v1.0.1"
}
}