forked from filamentgroup/loadCSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 770 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 770 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
{
"name": "fg-loadcss",
"version": "2.0.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 <hello@filamentgroup.com>",
"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": "~1.0.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-concat": "^0.5.1"
},
"scripts": {
"test": "node node_modules/.bin/grunt"
}
}