forked from ManifestWebDesign/angular-gridster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "angular-gridster",
"version": "0.10.8",
"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": {
"karma-chrome-launcher": "^0.1.3",
"karma-script-launcher": "^0.1.0",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.2",
"grunt-bump": "0.0.14",
"time-grunt": "^0.3.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-karma": "^0.8.3",
"mocha": "^1.19.0",
"karma-mocha": "^0.1.3",
"grunt-contrib-uglify": "^0.4.0",
"matchdep": "^0.3.0",
"grunt-jsbeautifier": "^0.2.7",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt": "^0.4.5",
"grunt-protractor-runner": "^0.2.4",
"karma-coverage": "^0.2.1",
"grunt-contrib-less": "^0.11.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma": "^0.12.16"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test",
"install": "node ./node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
},
"repository": {
"type": "git",
"url": "[email protected]:ManifestWebDesign/angular-gridster.git"
},
"main": "dist/angular-gridster.min.js"
}