-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 945 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": "react-inputs",
"version": "0.1.0",
"description": "Input components for react",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ungerik/react-inputs.git"
},
"author": "Erik Unger <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ungerik/react-inputs/issues"
},
"homepage": "http://unger.software/react-inputs/",
"dependencies": {
"react": "^0.14.6"
},
"devDependencies": {
"bower": "^1.5.3",
"glob": "^5.0.15",
"webpack": "^1.12.9",
"babel-core": "^5.8.33",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.3",
"eslint": "^1.7.3",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.6.3",
"npm-check-updates": "^2.3.4",
"babel-jest": "^6.0.1"
}
}