-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
36 lines (36 loc) · 878 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
36
{
"name": "vibrate",
"version": "1.1.2",
"description": "jQuery Vibration wrapper for the Vibration API",
"main": "index.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jade": "~0.9.1",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"phantomjs": "^1.9.15"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/illyism/vibrate"
},
"keywords": [
"vibration",
"vibrate",
"javascript"
],
"author": "Ilias Ismanalijev",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/illyism/vibrate/issues"
},
"homepage": "https://github.com/illyism/vibrate",
"dependencies": {}
}