-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
47 lines (47 loc) · 1.2 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": "angular-gestures",
"version": "0.3.3",
"description": "AngularJS directive that adds support for multi touch gestures to your app. Based on hammer.js.",
"main": "dist/gestures.js",
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/wzr1337/angular-gestures.git"
},
"keywords": [
"angularjs",
"hammer.js",
"gestures",
"multitouch"
],
"author": "wzr1337",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"angular": ">=1.2.0 <=2.0.0",
"hammerjs": "~2.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-compress": "~0.4.9",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "^0.6.1",
"gulp": "^3.8.11",
"gulp-karma": "0.0.4",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.3.5",
"load-grunt-tasks": "^1.0.0",
"matchdep": "~0.1.1",
"time-grunt": "^1.0.0"
}
}