fluid-form
Version:
Fluid form generator
41 lines (40 loc) • 942 B
JSON
{
"name": "fluid-form",
"version": "0.0.6",
"description": "Fluid form generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"prepublish": "gulp build"
},
"author": "Mark K Cowan",
"license": "GPL-3.0",
"dependencies": {
"angular": "^1.4.6",
"angular-animate": "^1.4.6",
"dslap": "0.0.8",
"font-awesome": "^4.4.0",
"lodash": "^3.10.1"
},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-jade": "^1.1.0",
"gulp-rename": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/battlesnake/fluid-form.git"
},
"keywords": [
"Fluid",
"form",
"generator"
],
"bugs": {
"url": "https://github.com/battlesnake/fluid-form/issues"
},
"homepage": "https://github.com/battlesnake/fluid-form#readme"
}