-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
77 lines (77 loc) · 1.55 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
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
{
"name": "wjs",
"description": "An assets loader from server to browser.",
"version": "5.0.0",
"homepage": "http://wjs.wexample.com",
"keywords": [
"wjs",
"extension",
"extensions",
"module",
"modules",
"asset",
"assets",
"loader",
"loaders",
"lazy",
"transfer",
"ux",
"user",
"browser",
"dynamic",
"navigation",
"progress",
"progressive",
"dependence",
"dependency",
"dependencies",
"require",
"requirements",
"prototyping",
"ajax",
"xhr",
"retrieve",
"custom",
"jquery",
"jquery-plugin"
],
"repository": {
"type": "git",
"url": "/~https://github.com/weeger/wjs.git"
},
"bugs": {
"url": "/~https://github.com/weeger/wjs/issues"
},
"author": {
"name": "Romain Weeger",
"email": "romain.weeger@gmail.com",
"url": "http://www.wexample.com/"
},
"contributors": [
{
"name": "Romain Weeger",
"email": "romain.weeger@gmail.com",
"url": "http://www.wexample.com/"
}
],
"licenses": {
"type": "MIT",
"url": "/~https://github.com/weeger/wjs/blob/master/LICENCE.txt"
},
"main": "w.min.js",
"dependencies": [],
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.11",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}