-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 993 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
35
36
37
38
{
"name": "screenshot",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codesignio/chrome-extension.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Codesignio/chrome-extension/issues"
},
"homepage": "https://github.com/Codesignio/chrome-extension#readme",
"dependencies": {
"classnames": "^2.2.0",
"css-path": "^1.0.3",
"es6-promise": "^3.0.2",
"isomorphic-fetch": "^2.2.0",
"object-assign": "^4.0.1",
"react": "^0.14.2",
"react-addons-css-transition-group": "^0.14.3",
"react-dom": "^0.14.2",
"react-frame-component": "^0.3.4"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"raw-loader": "^0.5.1",
"webpack": "^1.12.2"
}
}