-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "css-regions-polyfill",
"title": "CSS Regions Polyfill",
"description": "JavaScript library to add support for CSS Regions in your browser",
"version": "3.0.0",
"homepage": "https://github.com/FremyCompany/css-regions-polyfill",
"author": {
"name": "François REMY",
"email": "francois.remy.dev@outlook.com",
"url": "http://fremycompany.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/FremyCompany/css-regions-polyfill.git"
},
"bugs": {
"url": "https://github.com/FremyCompany/css-regions-polyfill/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/FremyCompany/css-polyfills/blob/master/LICENSE-MIT"
}
],
"main": "src/requirements.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-concat-sourcemaps": "git://github.com/Krinkle/grunt-contrib-concat-sourcemaps.git",
"grunt-contrib-jshint": "^0.6.0",
"grunt-contrib-nodeunit": "^0.2.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.4.0"
},
"keywords": []
}