-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
35 lines (35 loc) · 928 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
{
"name": "aload",
"version": "1.2.3",
"description": "Loads images, scripts, styles, iframes, videos and audios asynchronously.",
"author": "@pazguille <[email protected]>",
"scripts": {
"build": "node_modules/.bin/gulp",
"dist": "node_modules/.bin/gulp dist",
"test": "npm run build && NODE_ENV=test istanbul cover _mocha -- ./test/*.spec.js",
"lint": "eslint index.js"
},
"repository": "[email protected]:pazguille/aload.git",
"dependencies": {},
"devDependencies": {
"better-assert": "1.0.2",
"coveralls": "^2.11.15",
"gulp": "3.9.1",
"gulp-header": "1.8.8",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-uglify": "2.0.1",
"istanbul": "^0.4.5",
"jsdom": "9.10.0",
"mkdirp": "0.5.1",
"mocha": "^3.2.0"
},
"keywords": [
"aload",
"asynchronously",
"async",
"performance"
],
"license": "MIT",
"main": "index.js"
}