Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ad1363d

Browse files
Fix package.json
1 parent 99afe0b commit ad1363d

File tree

1 file changed

+34
-30
lines changed

1 file changed

+34
-30
lines changed

‎package.json

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,52 @@
11
{
22
"name": "json-schema-form-core",
3-
"version": "1.0.0-alpha.3",
4-
"description": "Core library",
3+
"version": "1.0.0-alpha.4",
4+
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
55
"main": "dist/json-schema-form-core.js",
66
"scripts": {
77
"build": "webpack",
8-
"prepublish": "npm run build",
9-
"watch": "webpack --watch",
10-
"test": "mocha --compilers js:babel-core/register"
8+
"lint": "tslint \"src/**/*.ts\"",
9+
"test": "mocha --opts .mocha"
1110
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git+https://github.com/json-schema-form/json-schema-form.git"
11+
"author": "json-schema-form",
12+
"contributors": [
13+
"David Jensen <david.lgj@gmail.com> (https://github.com/davidlgj)",
14+
"Marcel J Bennett <iamanthropic@gmail.com> (https://github.com/Anthropic)"
15+
],
16+
"license": "MIT",
17+
"licenses": [
18+
{
19+
"type": "MIT",
20+
"url": "https://raw.githubusercontent.com/json-schema-form/json-schema-form-core/master/LICENSE"
21+
}
22+
],
23+
"homepage": "https://github.com/json-schema-form/json-schema-form-core#readme",
24+
"bugs": {
25+
"url": "https://github.com/json-schema-form/json-schema-form-core/issues"
1526
},
1627
"keywords": [
1728
"angular-schema-form",
29+
"json-schema-form-core",
1830
"json-schema-form",
1931
"json-ui-schema",
2032
"json-schema"
2133
],
22-
"authors": "David Jensen <david.lgj@gmail.com>",
23-
"license": "MIT",
24-
"bugs": {
25-
"url": "https://github.com/json-schema-form/json-schema-form/issues"
26-
},
27-
"homepage": "https://github.com/json-schema-form/json-schema-form#readme",
28-
"dependencies": {
29-
"objectpath": "^1.2.1"
30-
},
3134
"devDependencies": {
32-
"babel-core": "^6.6.5",
33-
"babel-loader": "^6.2.8",
34-
"babel-preset-es2015": "^6.6.0",
35-
"babel-preset-es2016": "^6.16.0",
35+
"@types/chai": "^3.4.34",
36+
"@types/mocha": "^2.2.33",
37+
"@types/node": "^6.0.42",
38+
"babel-core": "^6.18.2",
39+
"babel-preset-es2015": "^6.18.0",
3640
"babel-preset-latest": "^6.16.0",
3741
"chai": "^3.5.0",
38-
"mocha": "^2.4.5",
42+
"mocha": "^3.2.0",
43+
"objectpath": "^1.2.1",
44+
"ts-loader": "^1.2.2",
45+
"ts-node": "^1.2.1",
46+
"tslint": "^4.0.2",
47+
"tslint-loader": "^3.2.1",
3948
"tv4": "^1.2.7",
40-
"webpack": "^1.13.3"
41-
},
42-
"licenses": [
43-
{
44-
"type": "MIT",
45-
"url": "https://raw.githubusercontent.com/json-schema-form/json-schema-form-core/master/LICENSE"
46-
}
47-
]
49+
"typescript": "~2.0.3",
50+
"webpack": "^2.1.0-beta.27"
51+
}
4852
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /