Bootstrap automated test environnment.
Showing
.gitignore
0 → 100644
Gruntfile.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "json_form", | |||
"version": "0.0.1", | |||
"description": "JSON Form validator and editor", | |||
"main": "dist/json-form-latest.js", | |||
"dependencies": { | |||
"rsvp": "git+https://lab.nexedi.com/nexedi/rsvp.js.git", | |||
"renderjs": "git+https://lab.nexedi.com/nexedi/renderjs.git" | |||
}, | |||
"devDependencies": { | |||
"connect-livereload": "~0.3.0", | |||
"grunt": "~0.4.1", | |||
"grunt-cli": "~0.1.11", | |||
"grunt-contrib-connect": "~0.5.0", | |||
"grunt-contrib-copy": "~0.4.1", | |||
"grunt-contrib-qunit": "~0.3.0", | |||
"grunt-contrib-watch": "~0.5.3", | |||
"grunt-jslint": "1.1.14", | |||
"grunt-open": "~0.2.2", | |||
"sinon": "~1.7.3" | |||
}, | |||
"scripts": { | |||
"test": "./node_modules/.bin/grunt test", | |||
"lint": "./node_modules/.bin/grunt lint", | |||
"prepublish": "./node_modules/.bin/grunt build" | |||
}, | |||
"keywords": [ | |||
"jsonform" | |||
], | |||
"author": "Nexedi SA", | |||
"license": "LGPL 3" | |||
} |
test/index.html
0 → 100644
test/jsonform_test.js
0 → 100644
Please register or sign in to comment