-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "keepingtabs",
"version": "1.0.0",
"description": "Extension to search your open tabs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Manjesh Malavalli",
"license": "MIT",
"devDependencies": {
"alt": "^0.18.2",
"alt-utils": "^1.0.0",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.2.3",
"css": "^2.2.1",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-json-editor": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"string-replace-webpack-plugin": "0.0.3",
"style": "0.0.3",
"style-loader": "^0.13.0",
"webpack": "^1.12.13",
"webpack-stream": "^3.1.0"
}
}