Use nodeJS, Grunt, npm to ease development environnment.
Drop jQuery usage in test.
Showing
Gruntfile.js
0 → 100644
Makefile
deleted
100644 → 0
config.mk
deleted
100644 → 0
dist/renderjs-0.3.2.js
0 → 100644
This diff is collapsed.
dist/renderjs-0.3.2.min.js
0 → 100644
dist/renderjs-latest.js
0 → 100644
This diff is collapsed.
dist/renderjs-latest.min.js
0 → 100644
lib/qunit/qunit.css
deleted
100644 → 0
lib/qunit/qunit.js
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
lib/rsvp/rsvp.js
deleted
100644 → 0
This diff is collapsed.
lib/sinon/sinon.js
deleted
100644 → 0
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "renderjs", | ||
"version": "0.3.2", | ||
"description": "RenderJs provides HTML5 gadgets", | ||
"main": "dist/renderjs-latest.js", | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"dependencies": { | ||
"rsvp": "git+http://git.erp5.org/repos/rsvp.js.git" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-cli": "~0.1.11", | ||
"grunt-jslint": "~1.1.x", | ||
"grunt-contrib-uglify": "~0.2.x", | ||
"grunt-contrib-watch": "~0.5.3", | ||
"grunt-contrib-qunit": "~0.3.0", | ||
"grunt-contrib-connect": "~0.5.0", | ||
"grunt-contrib-copy": "~0.4.1", | ||
"grunt-curl": "~1.2.1", | ||
"sinon": "~1.7.3", | ||
"connect-livereload": "~0.3.0", | ||
"grunt-open": "~0.2.2" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/grunt test", | ||
"lint": "./node_modules/.bin/grunt lint", | ||
"prepublish": "./node_modules/.bin/grunt build" | ||
}, | ||
"keywords": [ | ||
"component", | ||
"html5" | ||
], | ||
"author": "Nexedi SA", | ||
"license": "LGPL 3" | ||
} |
sinon-qunit.js
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment