Free and Open source Web Builder Framework. Next generation tool for building templates without coding
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
800 B

{
"name": "grapes.js",
"description": "Open source web template editor",
"version": "0.0.5",
"private": true,
"dependencies": {
"backbone": "1.2.0",
"backbone-undo": "0.2",
"keymaster": "^1.6.2",
"requirejs": "latest",
"spectrum-colorpicker": "1.7.1"
},
"devDependencies": {
"chai": "latest",
"grunt": "latest",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "latest",
"grunt-contrib-requirejs": "latest",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-testem": "^0.5.16",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "latest",
"grunt-mocha": "^0.4.15",
"grunt-testem": "^0.5.5",
"mocha": "latest"
},
"license": "BSD-3-Clause",
"scripts": {
"grunt": "node_modules/.bin/grunt"
}
}