forked from chuckcarpenter/REM-unit-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 786 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
{
"name": "rem",
"description": "A polyfill to parse CSS links and rewrite pixel equivalents into head for non supporting browsers",
"main": "js/rem.js",
"version": "1.2.4",
"authors": [
"Chuck Carpenter <[email protected]>",
"Lucas Serven <[email protected]>"
],
"devDependencies": {
"grunt": "~0.4.1",
"matchdep": "~0.1.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-jshint": "~0.8.0",
"karma": "~0.10.1",
"karma-mocha": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-ie-launcher": "~0.1.1",
"karma-firefox-launcher": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-safari-launcher": "~0.1.1"
},
"dependencies": {}
}