-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 895 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 895 Bytes
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
{
"name": "@pixelprodotco/react-validated-form",
"version": "0.0.1",
"description": "Form validation components for reactjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "NODE_ENV=story start-storybook -p 9001 -c .storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixelprodotco/react-validated-form.git"
},
"keywords": [
"react",
"forms",
"validation"
],
"author": "james leclair <james@pixelpro.co>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pixelprodotco/react-validated-form/issues"
},
"homepage": "https://github.com/pixelprodotco/react-validated-form#readme",
"devDependencies": {
"@storybook/react": "^3.4.0",
"babel-core": "^6.26.0",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"validator": "^9.4.1"
}
}