forked from wzr1337/angular-gestures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 919 Bytes
/
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
{
"name": "angular-gestures",
"version": "0.2.1",
"description": "AngularJS directive that adds support for multi touch gestures to your app. Based on hammer.js.",
"main": "Gruntfile.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",
"gitHead": "5f9f8f07dc9e0adf87ba119045b9191d90dfe9ca",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-compress": "~0.4.9",
"matchdep": "~0.1.1"
}
}