forked from filamentgroup/loadCSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 845 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
{
"name": "fg-loadcss",
"version": "1.3.1",
"description": "A function for loading CSS asynchronously",
"main": "src/loadCSS.js",
"repository": {
"type": "git",
"url": "https://github.com/filamentgroup/loadCSS.git"
},
"author": "Filament Group <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/filamentgroup/loadCSS/issues"
},
"homepage": "https://github.com/filamentgroup/loadCSS",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"matchdep": "^1.0.0",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-qunit": "~2.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-qunit": "~1.0.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-concat": "^0.5.1"
},
"scripts": {
"test": "node node_modules/.bin/grunt"
}
}