-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.26 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": "re-view-chrome",
"version": "2.1.7",
"description": "Emmet Re:view extension for Google Chrome",
"main": "index.js",
"scripts": {
"publish": "NODE_ENV=production gulp pack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/emmetio/re-view-chrome.git"
},
"keywords": [
"responsive",
"design",
"mobile",
"view"
],
"author": "Sergey Chikuyonok <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/emmetio/re-view-chrome/issues"
},
"homepage": "https://github.com/emmetio/re-view-chrome",
"dependencies": {
"livestyle-re-view": "livestyle/re-view#v2.1.8",
"page-sync": "livestyle/page-sync#v1.1.0"
},
"devDependencies": {
"babel-plugin-transform-node-env-inline": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-cssnano": "^2.1.0",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-zip": "^3.1.0",
"vinyl-buffer": "^1.0.0",
"watchify": "^3.7.0"
}
}