|
|
|
@ -1,7 +1,7 @@ |
|
|
|
{ |
|
|
|
"name": "grapesjs", |
|
|
|
"description": "Open source Web Template Editor", |
|
|
|
"version": "0.3.0", |
|
|
|
"version": "0.3.1", |
|
|
|
"author": "Artur Arseniev", |
|
|
|
"license": "BSD-3-Clause", |
|
|
|
"homepage": "http://grapesjs.com", |
|
|
|
@ -30,6 +30,7 @@ |
|
|
|
"grunt-mocha": "^0.4.15", |
|
|
|
"grunt-sass": "^1.1.0", |
|
|
|
"istanbul": "^0.4.2", |
|
|
|
"bower": "^1.7.2", |
|
|
|
"node-sass": "^3.4.2", |
|
|
|
"svg2ttf": "^4.0.1", |
|
|
|
"ttf2eot": "^2.0.0", |
|
|
|
@ -48,7 +49,7 @@ |
|
|
|
"editor" |
|
|
|
], |
|
|
|
"scripts": { |
|
|
|
"postinstall": "node ./node_modules/bower/bin/bower install --config.interactive=false", |
|
|
|
"postinstall": "node ./node_modules/.bin/bower install --config.interactive=false", |
|
|
|
"build": "./node_modules/.bin/grunt build", |
|
|
|
"build:fonts": "./node_modules/.bin/grunt build:fonts", |
|
|
|
"test": "./node_modules/.bin/grunt test", |
|
|
|
|