-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.37 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
47
48
49
{
"ignore": [
"**/.*"
],
"name": "angular-sortable",
"version": "0.2.8",
"description": "Angular.js implementation of sortable as a directive.",
"main": [
"./dist/js/angular-sortable.js",
"./dist/css/angular-sortable.css"
],
"repository": {
"type": "git",
"url": "[email protected]:schartier/angular-sortable.git"
},
"author": "Sebastien Chartier",
"license": "GPL v2",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-connect": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.5.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.3",
"grunt-karma": "^0.9.0",
"grunt-protractor-runner": "^1.1.4",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-coveralls": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-script-launcher": "^0.1.0",
"load-grunt-tasks": "^0.4.0",
"protractor": "1.0.0",
"requirejs": "^2.1.15",
"time-grunt": "^0.3.1",
"wiredep": "^1.8.5"
},
"scripts": {
"install": "./node_modules/protractor/bin/webdriver-manager update"
}
}