forked from vmitsaras/js-flex-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.48 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.48 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "js-flex-embed",
"title": "js-flex-embed",
"main": "src/js-flex-embed.js",
"description": "jQuery Plugin for responsive intrinsic ratio embeds",
"version": "1.0.0",
"homepage": "https://github.com/vmitsaras/js-flex-embed",
"license": "MIT",
"keywords": [
"flex-embed"
],
"author": {
"name": "Vasileios Mitsaras",
"twitter": "vmitsaras",
"github": "vmitsaras",
"email": "github@vasilis.co",
"url": "http://vasilis.co"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"bower": "^1.7.7",
"cssnano": "^3.5.2",
"glob": "^7.0.3",
"grunt": "^0.4.5",
"grunt-banner": "^0.6.0",
"grunt-bytesize": "^0.1.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^1.0.0",
"grunt-lintspaces": "^0.7.4",
"grunt-mkdir": "^1.0.0",
"grunt-modernizr": "^1.0.2",
"grunt-postcss": "^0.8.0",
"load-grunt-tasks": "^3.4.1",
"matchdep": "^1.0.1",
"qunitjs": "^1.22.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"config": {
"grunt": "grunt",
"src": "src",
"dist": "dist",
"demo": "demo"
},
"dependencies": {
"xrayhtml": "^2.1.2"
}
}