forked from jquery-archive/PEP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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
48
49
{
"name": "@alugha/pepjs",
"version": "0.5.3",
"main": "dist/pep.js",
"description": "Polyfill of the PointerEvents W3C spec",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/PEP/blob/master/AUTHORS.txt"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery/PEP.git"
},
"files": [
"dist/",
"src/",
"samples/"
],
"bugs": "https://github.com/jquery/PEP/issues",
"license": "MIT",
"devDependencies": {
"atob": "^2.0.3",
"bluebird": "^3.4.0",
"chai-spies": "^0.7.1",
"fs-extra": "^0.30.0",
"glob": "^7.0.3",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-git-authors": "^3.2.0",
"grunt-jscs": "^3.0.0",
"grunt-selenium-standalone": "^1.0.1",
"intern": "^3.2.3",
"lodash": "^4.13.1",
"request": "^2.72.0",
"rollup": "^0.29.0"
},
"web-platform-tests": {
"repo": "w3c/web-platform-tests#c5d333c859075744b3828a2a29057ee456234cb2",
"path": "./tests/w3c"
},
"scripts": {
"build": "grunt build",
"ci": "grunt ci",
"test": "grunt test"
}
}