forked from dolox/fallback
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 745 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 745 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
{
"name": "fallbackjs",
"version": "1.1.9",
"description": "JavaScript library for dynamically loading CSS and JS files. Also provides the ability to load multiple files from a CDN with multiple fallback options and shimming! http://fallback.io/",
"repository": {
"type": "git",
"url": "https://github.com/dolox/fallback.git"
},
"dependencies": {},
"devDependencies": {
"connect-livereload": "~0.2.0",
"grunt": "~0.4.1",
"grunt-closure-compiler": "~0.0.21",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-jshint": "~0.4.1",
"grunt-contrib-watch": "~0.4.0",
"grunt-open": "~0.2.0",
"matchdep": "^1.0.1"
},
"engines": {
"node": ">=0.8.0"
}
}