-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1008 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
{
"name": "factory-mosaic",
"version": "0.1.2",
"description": "Asynchronous photo-grids with animation effects.",
"keywords": [
"mosaic",
"photo grid",
"photo collage",
"animated grid",
"asynchronous grid"
],
"homepage": "https://github.com/factoryart/mosaic",
"main": "./dist/mosaic.js",
"maintainers": [
{
"name": "Martin Caetano",
"email": "pelcasandra@me.com",
"web": "http://www.martincaetano.com"
}
],
"bugs": {
"email": "pelcasandra@me.com",
"url": "https://github.com/factoryart/mosaic/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"repository": "https://github.com/factoryart/mosaic.git",
"dependencies": {},
"devDependencies": {
"grunt": "^1.5.2",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1"
},
"author": "Martin Caetano <pelcasandra@me.com>",
"license": "MIT"
}