forked from linagora/awesome-angular-swipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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": "awesome-angular-swipe",
"version": "0.0.8",
"description": "This library uses interact.js then exposes a directive which allows mobile swipe feature on everything in the DOM.",
"main": "lib/awesome-angular-swipe.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/linagora/awesome-angular-swipe.git"
},
"keywords": [
"swipe",
"openpaas",
"linagora",
"angularjs"
],
"author": "Linagora Folks",
"license": "MIT",
"devDependencies": {
"bower": "^1.5.3",
"chai": "^3.3.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-jscs": "^2.1.0",
"grunt-karma": "^0.12.1",
"grunt-lint-pattern": "^0.1.4",
"grunt-release": "^0.13.0",
"karma": "^0.13.10",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.20",
"less": "^2.5.3",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1"
}
}