UNPKG

737 BJSONView Raw
1{
2 "name": "jss-vendor-prefixer",
3 "description": "Vendor prefixer for jss",
4 "version": "0.1.3",
5 "author": {
6 "name": "Oleg Slobodskoi",
7 "email": "oleg008@gmail.com"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:jsstyles/jss-vendor-prefixer.git"
12 },
13 "keywords": [
14 "jss",
15 "plugin",
16 "vendor",
17 "prefixer"
18 ],
19 "engines": {},
20 "scripts": {},
21 "licenses": [
22 {
23 "type": "MIT",
24 "url": "http://www.opensource.org/licenses/mit-license.php"
25 }
26 ],
27 "dependencies": {
28 "css-vendor": "0.1.x"
29 },
30 "devDependencies": {
31 "browserify": "6.0.3",
32 "qunitjs": "1.15.0",
33 "xpkg": "0.2.x",
34 "jss": "^1.0.0"
35 },
36 "peerDependencies": {
37 "jss": "^1.0.0"
38 }
39}
\No newline at end of file