mirror of
https://github.com/vxcontrol/ncform.git
synced 2026-07-01 22:14:01 -04:00
73 lines
1.7 KiB
JSON
Executable File
73 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "@vxcontrol/ncform-common",
|
|
"version": "1.11.0",
|
|
"description": "ncform common",
|
|
"main": "dist/ncformCommon.min.js",
|
|
"scripts": {
|
|
"test": "mocha --recursive --require ./test/unit/testHelper.js -t 5000",
|
|
"build": "gulp build",
|
|
"watch": "gulp watch",
|
|
"watch-build": "gulp watch-build",
|
|
"release": "cross-env NODE_ENV=production gulp build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ncform/ncform.git"
|
|
},
|
|
"keywords": [
|
|
"json",
|
|
"form",
|
|
"automatic",
|
|
"json-schema",
|
|
"ncform"
|
|
],
|
|
"author": "daniel.xiao; F-loat; vxcontrol",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.3",
|
|
"babel-polyfill": "6.13.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-power-assert": "^1.0.0",
|
|
"babel-register": "^6.26.0",
|
|
"chai": "3.5.0",
|
|
"cross-env": "^5.2.0",
|
|
"del": "2.2.2",
|
|
"glob": "7.0.6",
|
|
"gulp": "^4.0.0",
|
|
"gulp-eslint": "^6.0.0",
|
|
"gulp-filter": "^6.0.0",
|
|
"gulp-istanbul": "^1.1.3",
|
|
"gulp-livereload": "^4.0.1",
|
|
"gulp-load-plugins": "^2.0.3",
|
|
"gulp-mocha": "^6.0.0",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-rename": "1.2.2",
|
|
"gulp-sourcemaps": "1.6.0",
|
|
"gulp-uglify": "2.0.0",
|
|
"isparta": "^4.1.1",
|
|
"json-loader": "0.5.4",
|
|
"mocha": "^8.1.1",
|
|
"sinon": "1.17.5",
|
|
"sinon-chai": "2.8.0",
|
|
"webpack-stream": "^5.2.1"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"babelBoilerplateOptions": {
|
|
"entryFileName": "index.js",
|
|
"mainVarName": "ncformCommon"
|
|
},
|
|
"dependencies": {
|
|
"assert": "^1.5.0",
|
|
"axios": "^0.21.1",
|
|
"extend": "^3.0.2",
|
|
"lodash-es": "^4.17.15",
|
|
"power-assert": "^1.6.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|