-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 835 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
{
"name": "json-schema-editor",
"version": "0.2.10",
"description": "React based editor for JSON Schemas",
"main": "dist/jsonschemaeditor.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-redux": "^4.4.1",
"webpack": "^1.12.14"
},
"repository": {
"type": "git",
"url": "https://github.com/thomas4019/json-schema-editor.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "Thomas Hansen <[email protected]> (http://thomashansen.me)",
"license": "MIT",
"standard": {
"parser": "babel-eslint",
"rules": {
"strict": 0
}
}
}