forked from bigbite/macy.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1023 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "macy",
"description": "Macy is a lightweight, dependency free, masonry layout library",
"version": "1.1.0",
"author": {
"name": "Big Bite Creative",
"url": "http://bigbitecreative.com",
"twitter": "@bigbitecreative"
},
"keywords": [
"masonry",
"layout"
],
"main": "dist/macy.js",
"homepage": "http://macyjs.com/",
"repository": "https://github.com/bigbitecreative/macy.js",
"bugs": {
"url": "https://github.com/bigbitecreative/macy.js/issues"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"license": "MIT",
"engines": {
"node": ">= 0.9"
},
"devDependencies": {
"del": "^2.0.2",
"gulp": "~3.9.0",
"gulp-bump": "^0.3.1",
"gulp-concat": "~2.6.0",
"gulp-header": "~1.7.1",
"gulp-include": "^2.0.2",
"gulp-jshint": "~1.11.2",
"gulp-livereload": "~3.8.0",
"gulp-plumber": "~1.0.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.4.1",
"gulp-util": "^3.0.6",
"jshint-stylish": "~2.0.1"
}
}