package.json 1.9 KB
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "_args": [
    [
      "imagesloaded@4.1.4",
      "/Users/rokaux/Sites/around-new"
    ]
  ],
  "_from": "imagesloaded@4.1.4",
  "_id": "imagesloaded@4.1.4",
  "_inBundle": false,
  "_integrity": "sha512-ltiBVcYpc/TYTF5nolkMNsnREHW+ICvfQ3Yla2Sgr71YFwQ86bDwV9hgpFhFtrGPuwEx5+LqOHIrdXBdoWwwsA==",
  "_location": "/imagesloaded",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "imagesloaded@4.1.4",
    "name": "imagesloaded",
    "escapedName": "imagesloaded",
    "rawSpec": "4.1.4",
    "saveSpec": null,
    "fetchSpec": "4.1.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz",
  "_spec": "4.1.4",
  "_where": "/Users/rokaux/Sites/around-new",
  "author": {
    "name": "David DeSandro"
  },
  "bugs": {
    "url": "https://github.com/desandro/imagesloaded/issues"
  },
  "dependencies": {
    "ev-emitter": "^1.0.0"
  },
  "description": "JavaScript is all like _You images done yet or what?_",
  "devDependencies": {
    "chalk": "^1.1.1",
    "cheerio": "^0.19.0",
    "gulp": "^3.9.0",
    "gulp-jshint": "^1.11.2",
    "gulp-json-lint": "^0.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-requirejs-optimize": "github:metafizzy/gulp-requirejs-optimize",
    "gulp-uglify": "^1.4.2",
    "gulp-util": "^3.0.7",
    "highlight.js": "^8.9.1",
    "marked": "^0.3.5",
    "minimist": "^1.2.0",
    "transfob": "^1.0.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/desandro/imagesloaded",
  "keywords": [
    "images",
    "loaded",
    "ui",
    "dom",
    "jquery-plugin"
  ],
  "license": "MIT",
  "main": "imagesloaded.js",
  "name": "imagesloaded",
  "repository": {
    "type": "git",
    "url": "git://github.com/desandro/imagesloaded.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "4.1.4"
}