-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 969 Bytes
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
{
"name": "flex-polyfill",
"version": "1.0.2",
"description": "A JavaScript polyfill for Flexbox",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"arthur": "gulp arthur",
"build": "gulp build",
"compile": "gulp publish",
"prepare": "npm run compile"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015-script": "^1.1.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-zipmd5": "^1.0.0",
"gulp-babel": "^7.0.0",
"gulp-minify": "^2.1.0",
"gulp-rollup": "^2.15.0",
"gulp-sequence": "^0.4.6"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fulme/flex-polyfill.git"
},
"keywords": [
"flex",
"flexbox",
"css3",
"polyfill"
],
"author": "fulme",
"license": "MIT",
"bugs": {
"url": "https://github.com/fulme/flex-polyfill/issues"
},
"homepage": "https://github.com/fulme/flex-polyfill#readme"
}