-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 979 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": "parabox.js",
<<<<<<< HEAD
"version": "2.0.1",
=======
"version": "2.0.2",
>>>>>>> develop
"description": "A parallax library to fluff your flat elements",
"keywords": [
"paralax",
"CSS",
"transform"
],
"main": "dist/parabox.js",
"module": "dist/parabox.es.js",
"directories": {
"example": "example"
},
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"prepare": "gulp build"
},
"author": {
"name": "Josiah Nunemaker",
"email": "[email protected]",
"url": "https://josnun.github.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JosNun/parabox.js.git"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.4",
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.7"
},
"files": [
"dist"
]
}