-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 878 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
{
"name": "react-editinplace",
"version": "1.0.5",
"description": "React edit in place component",
"main": "index.js",
"dependencies": {
"react": "^0.14.3"
},
"devDependencies": {
"eslint": ">=4.18.2",
"eslint-plugin-react": "^3.11.3",
"react-tools": "^0.13.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "jsx index.jsx > index.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nezriffic/react-editinplace.git"
},
"keywords": [
"react",
"edit",
"editinplace",
"inline",
"input"
],
"author": "Michal Sekula <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nezriffic/react-editinplace/issues"
},
"homepage": "https://github.com/nezriffic/react-editinplace#readme"
}