UNPKG

1.11 kBJSONView Raw
1{
2 "name": "prop-detect",
3 "version": "1.0.2",
4 "description": "detect the properties in one lib",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "make test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+ssh://git@github.com/chemzqm/prop-detect.git"
15 },
16 "keywords": [
17 "detect",
18 "property",
19 "animation"
20 ],
21 "author": "chemzqm@gmail.com",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/chemzqm/prop-detect/issues"
25 },
26 "homepage": "https://github.com/chemzqm/prop-detect#readme",
27 "devDependencies": {
28 "karma": "^0.13.15",
29 "karma-cli": "^0.1.1",
30 "karma-firefox-launcher": "^0.1.6",
31 "karma-mocha": "^0.2.0",
32 "karma-webpack": "^1.7.0",
33 "karma-wrap-preprocessor": "^0.1.0",
34 "mocha": "^2.3.3",
35 "mocha-loader": "^0.7.1",
36 "webpack": "^1.12.3",
37 "webpack-dev-server": "^1.12.1"
38 },
39 "dependencies": {
40 "has-translate3d": "0.0.3",
41 "touchaction-property": "0.0.1",
42 "transform-property": "0.0.1",
43 "transition-property": "^1.0.1",
44 "transitionend-property": "0.0.2"
45 }
46}