-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 950 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
{
"name": "react-resize",
"version": "0.4.0",
"description": "Screen complete and resizable for ReactJS",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && babel src --out-dir dist",
"dev": "babel src --watch --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carloscuatin/react-resize.git"
},
"keywords": [
"reactjs",
"react",
"resizable",
"screen",
"complete"
],
"author": "Carlos Cuatin <cecg1996@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/carloscuatin/react-resize/issues"
},
"homepage": "https://github.com/carloscuatin/react-resize#readme",
"devDependencies": {
"babel": "^6.1.5",
"babel-cli": "^6.1.4",
"babel-preset-es2015": "^6.1.4",
"babel-preset-react": "^6.1.4",
"babel-preset-stage-1": "^6.1.2",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"rimraf": "^2.4.3"
}
}