-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.63 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
{
"_from": "vue-sreveal",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-CLyrNaVoWq7CdiKHLHAW81Vkri4JIa06ANtaqAvLc2YnnSq8HC9SD5tSnjh8oLBs+0XvE5nun5DLcLFeMXa2uQ==",
"_location": "/vue-sreveal",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "vue-sreveal",
"name": "vue-sreveal",
"escapedName": "vue-sreveal",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/vue-sreveal/-/vue-sreveal-1.0.7.tgz",
"_shasum": "3f1c8b5fe4d6ad2e319ed4fb1a304cd8fb76c214",
"_spec": "vue-sreveal",
"_where": "/Users/michelmoraes/Projects/michel/vue-sreveal",
"author": {
"name": "michelmoraes",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/michelmany/vue-sreveal"
},
"bundleDependencies": false,
"dependencies": {
"scrollreveal": "^3.3.6"
},
"deprecated": false,
"description": "Vue wrapper for ScrollReveal JS. Easy scroll animations for web and mobile browsers.",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"homepage": "https://github.com/michelmany/vue-sreveal#readme",
"keywords": [
"vue",
"directive",
"scroll",
"reveal",
"scrollreveal"
],
"license": "MIT",
"main": "dist/vue-sreveal.js",
"name": "vue-sreveal",
"repository": {
"type": "git",
"url": "git+https://github.com/michelmany/vue-sreveal.git"
},
"scripts": {
"build": "babel index.js --out-file dist/vue-sreveal.js --presets=es2015"
},
"version": "1.0.7"
}