-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 KB
/
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
45
{
"name": "fourcorners",
"version": "0.0.44",
"description": "Add a rich meta-data driven overlay to your photo-journalism images just by dropping in javascript and a text file http://fourcorners.io",
"main": "dist/npm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitalinteraction/fourcorners.git"
},
"keywords": [
"fourcorners",
"4Corners",
"4",
"four",
"corners"
],
"author": "Tim Osadchiy <timurosadchiy@gmail.com> (http://osacci.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/digitalinteraction/fourcorners/issues"
},
"homepage": "https://github.com/digitalinteraction/fourcorners#readme",
"devDependencies": {
"browserify": "^13.1.0",
"browserify-css": "^0.9.1",
"envify": "^3.4.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^1.2.1",
"sassify": "^2.0.0"
},
"dependencies": {
"hammerjs": "^2.0.8",
"pug": "^2.0.0-beta6",
"pugify": "^2.1.0"
}
}