-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1021 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
45
46
{
"name": "only.js",
"version": "1.0.0",
"description": "Automatically load and execute selector-based dependencies",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ema4rl/Only.js.git"
},
"keywords": [
"asset",
"loader",
"dependency",
"selector-based",
"parallel",
"anynchronous",
"dynamic",
"script",
"Only",
"javascript"
],
"author": {
"name": "Harrison Emmanuel (Ema4rl)",
"email": "[email protected]",
"url": "https://www.eharry.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ema4rl/Only.js/issues"
},
"homepage": "https://ema4rl.github.io/Only.js/",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-delete-lines": "0.0.7",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gzip-size": "^3.0.0",
"jshint": "^2.9.2",
"vinyl-map": "^1.0.1"
}
}