-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.48 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
{
"_args": [
[
"/Users/mineo/workspace/DEMO/luxy.js/"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/luxy.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "luxy.js",
"escapedName": "luxy.js",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/"
],
"_spec": "0.1.0",
"_where": "/Users/mineo/workspace/DEMO/luxy.js/",
"author": {
"name": "Mineo Okuda",
"url": "https://www.willstyle.co.jp"
},
"description": "Inertia scroll and parallax effect plugin in Vanilla.js",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^0.14.0",
"gulp-flatten": "^0.3.1",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.8.8",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-markdown": "^1.2.0",
"gulp-optimize-js": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.1",
"node-fs": "^0.1.7"
},
"license": "MIT",
"main": "./dist/js/luxy.min.js",
"name": "luxy.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:min30327/luxy.js.git"
},
"version": "0.1.0"
}