gridstack.js/package.json

59 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2015-07-30 19:20:18 +02:00
{
"name": "gridstack",
2016-08-20 22:33:40 +02:00
"version": "0.3.0-dev",
2015-07-30 19:20:18 +02:00
"description": "gridstack.js is a jQuery plugin for widget layout",
2015-10-06 03:17:33 +02:00
"main": "dist/gridstack.js",
2015-07-30 19:20:18 +02:00
"repository": {
"type": "git",
"url": "git+https://github.com/troolee/gridstack.js.git"
},
2016-02-22 20:36:09 +01:00
"scripts": {
"build": "grunt",
"test": "karma start karma.conf.js"
},
2015-07-30 19:20:18 +02:00
"keywords": [
"gridstack",
"grid",
"gridster",
"layout",
"jquery"
],
"author": "Pavel Reznikov <pashka.reznikov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/troolee/gridstack.js/issues"
},
2015-11-18 16:47:37 +01:00
"homepage": "http://troolee.github.io/gridstack.js/",
2016-02-23 06:40:58 +01:00
"dependencies": {
2016-08-10 03:53:51 +02:00
"jquery": "^3.1.0",
"jquery-ui": "^1.12.0",
"lodash": "^4.14.2"
2016-02-23 06:40:58 +01:00
},
2015-11-18 16:47:37 +01:00
"devDependencies": {
2016-03-02 04:31:09 +01:00
"connect": "^3.4.1",
2016-03-09 22:08:47 +01:00
"coveralls": "^2.11.8",
2016-04-21 17:11:58 +02:00
"doctoc": "^1.0.0",
2016-08-10 04:49:05 +02:00
"grunt": "^0.4.5",
2016-08-15 15:01:37 +02:00
"grunt-cli": "^1.2.0",
2016-08-10 04:49:05 +02:00
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
2016-02-19 23:31:06 +01:00
"grunt-contrib-jshint": "^1.0.0",
2016-08-10 04:49:05 +02:00
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
2016-02-19 17:23:22 +01:00
"grunt-doctoc": "^0.1.1",
2016-08-10 04:49:05 +02:00
"grunt-jscs": "^2.8.0",
2016-08-10 04:43:50 +02:00
"grunt-protractor-runner": "^3.2.0",
2016-03-02 08:31:53 +01:00
"grunt-protractor-webdriver": "^0.2.5",
2016-02-14 10:47:20 +01:00
"grunt-sass": "^1.1.0",
2016-02-19 17:23:22 +01:00
"jasmine-core": "^2.4.1",
2016-08-10 04:30:10 +02:00
"karma": "^1.1.2",
"karma-coverage": "^1.1.1",
2016-02-22 22:04:34 +01:00
"karma-coveralls": "^1.1.2",
2016-08-10 04:30:10 +02:00
"karma-jasmine": "^1.0.2",
2016-02-19 17:23:22 +01:00
"karma-phantomjs-launcher": "^1.0.0",
2016-03-09 22:08:47 +01:00
"phantomjs-prebuilt": "^2.1.5",
2016-03-02 04:31:09 +01:00
"serve-static": "^1.10.2"
2015-11-18 16:47:37 +01:00
}
2015-07-30 19:20:18 +02:00
}