-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 879 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
28
29
30
31
32
33
34
{
"name": "BEM-chrome-devtools",
"version": "1.2.0",
"description": "BEM-chrome-devtools",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"url": "https://github.com/escaton/bem-chrome-devtools"
},
"author": "Egor Blinov",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"event-stream": "^3.3.2",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-bump": "^1.0.0",
"gulp-crx-pack": "^1.0.1",
"gulp-git": "^1.7.0",
"gulp-github-release": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"minimist": "^1.2.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}