forked from ManifestWebDesign/angular-gridster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "angular-gridster",
"version": "0.13.14",
"description": "This directive gives you gridster behavior",
"license": "MIT",
"homepage": "http://manifestwebdesign.github.io/angular-gridster",
"authors": "https://github.com/ManifestWebDesign/angular-gridster/graphs/contributors",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "0.8.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-less": "~1.3.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-karma": "~2.0.0",
"grunt-protractor-runner": "~3.2.0",
"jasmine-core": "~2.4.1",
"karma": "~1.1.1",
"karma-chrome-launcher": "~1.0.1",
"karma-coverage": "~1.1.0",
"karma-firefox-launcher": "~1.0.0",
"karma-jasmine": "~1.0.2",
"karma-mocha": "~1.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-script-launcher": "~1.0.0",
"lodash": "~4.13.1",
"matchdep": "~1.0.1",
"mocha": "~2.5.3",
"time-grunt": "~1.3.0"
},
"engines": {
"node": ">=4.2.1"
},
"scripts": {
"test": "grunt test",
"pretest": "node ./node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
},
"repository": {
"type": "git",
"url": "git@github.com:ManifestWebDesign/angular-gridster.git"
},
"main": "dist/angular-gridster.min.js"
}