-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "ng-draggable-widgets",
"version": "0.0.1",
"description": "Drag widgets to reorder",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/forwardadvance/drag-to-sort.git"
},
"author": "Nicholas Johnson",
"license": "MIT",
"bugs": {
"url": "https://github.com/forwardadvance/ng-draggable-widgets/issues"
},
"homepage": "https://github.com/forwardadvance/ng-draggable-widgets",
"devDependencies": {
"beepbeep": "^1.2.0",
"bower": "^1.4.1",
"coffee-script": "^1.8.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-header": "^1.2.2",
"gulp-jade": "^1.0.0",
"gulp-jshint": "^1.9.2",
"gulp-livereload": "^3.7.0",
"gulp-minify-css": "^0.4.5",
"gulp-ng-annotate": "^0.5.2",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-wrap": "^0.11.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-jasmine": "^0.3.5"
}
}