-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
39 lines (39 loc) · 991 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
37
38
39
{
"name": "cssFx",
"version": "0.9.7",
"summary": "vendor prefix generator",
"description": "cssFx adds vendor prefixes (-moz, -webkit) to the CSS properties that need them.",
"main": "cssfx.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/imsky/cssFx.git"
},
"keywords": [
"css3",
"prefix",
"vendor",
"css"
],
"author": {
"name": "Ivan Malopinsky",
"url": "http://imsky.co"
},
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"bugs": {
"url": "https://github.com/imsky/cssFx/issues"
},
"homepage": "http://imsky.github.io/cssFx",
"devDependencies": {
"browserify": "^5.12.0",
"gulp": "^3.8.8",
"vinyl-source-stream": "^1.0.0",
"gulp-header": "^1.1.1",
"gulp-uglify": "^1.0.1",
"moment": "^2.8.3"
},
"dependencies": {}
}