forked from homerjam/scrollwizardry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "scrollwizardry",
"version": "0.0.14",
"description": "ScrollMagic for wizards",
"main": "dist/scrollwizardry.cjs.js",
"module": "dist/scrollwizardry.esm.js",
"browser": "dist/scrollwizardry.umd.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"dev": "rollup -c -w"
},
"files": [
"dist"
],
"author": "Homerjam <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/homerjam/scrollwizardry"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-watch": "^4.3.1"
},
"peerDependencies": {
"gsap": "^1.20.2",
"lodash": "^4.17.4"
}
}