vormjs
Version:
Write your forms in JSON and HTML, use the same API.
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "vormjs",
"version": "0.2.4",
"description": "Write your forms in JSON and HTML, use the same API.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/plestik/vorm.git"
},
"keywords": [
"angular",
"form",
"json",
"html",
"api",
"ngModel",
"ngForm",
"generated"
],
"author": "Dario Gieselaar",
"license": "MIT",
"bugs": {
"url": "https://github.com/plestik/vorm/issues"
},
"homepage": "https://github.com/plestik/vorm",
"peerDependencies": {
"angular": "^1.3.0",
"lodash": "^3.3.1"
},
"devDependencies": {
"angular-mocks": "^1.3.14",
"del": "^1.1.1",
"dgeni": "^0.4.1",
"dgeni-markdown": "0.0.3",
"dgeni-packages": "^0.10.13",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"karma": "^0.12.31",
"karma-babel-preprocessor": "^4.0.0",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"run-sequence": "^1.1.0"
}
}