mirror of https://github.com/artf/grapesjs.git
nocodeframeworkdrag-and-dropsite-buildersite-generatortemplate-builderui-builderweb-builderweb-builder-frameworkwebsite-builderno-codepage-builder
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.
46 lines
1.1 KiB
46 lines
1.1 KiB
{
|
|
"name": "grapes",
|
|
"description": "Open source web template editor",
|
|
"version": "0.0.5",
|
|
"author": "Artur Arseniev",
|
|
"private": true,
|
|
"dependencies": {
|
|
"backbone": "^1.2.3",
|
|
"backbone-undo": "^0.2.5",
|
|
"bootstrap-wysiwyg": "^1.0.4",
|
|
"codemirror": "^5.10.0",
|
|
"jquery": "^2.2.0",
|
|
"jquery-ui": "^1.10.5",
|
|
"keymaster": "^1.6.2",
|
|
"requirejs": "^2.1.22",
|
|
"spectrum-colorpicker": "^1.8.0",
|
|
"text": "git://github.com/requirejs/text",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-bowercopy": "^1.2.4",
|
|
"grunt-contrib-connect": "^0.11.2",
|
|
"grunt-contrib-jshint": "^0.12.0",
|
|
"grunt-contrib-requirejs": "^0.4.4",
|
|
"grunt-contrib-sass": "^0.9.2",
|
|
"grunt-contrib-uglify": "^0.11.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-mocha": "^0.4.15"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"grapes",
|
|
"wte",
|
|
"web template editor",
|
|
"site builder",
|
|
"newsletter builder",
|
|
"wysiwyg",
|
|
"template",
|
|
"editor"
|
|
],
|
|
"scripts": {
|
|
"grunt": "node_modules/.bin/grunt"
|
|
}
|
|
}
|
|
|