-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "scrollnimation",
"version": "0.0.1",
"description": "Scroll checkpoint animation utility",
"main": "dist/scrollnimation.js",
"scripts": {
"build": "rimraf dist/ && babel src/ --out-dir dist/",
"clean": "rimraf dist/"
},
"devDependencies": {
"babel-cli": "6.16.0",
"babel-core": "6.16.0",
"babel-eslint": "7.0.0",
"babel-preset-es2015": "6.16.0",
"chai": "3.5.0",
"eslint": "3.6.1",
"eslint-config-airbnb": "12.0.0",
"eslint-config-prettier": "2.3.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-prettier": "2.2.0",
"eslint-plugin-react": "6.3.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-eslint": "3.0.1",
"gulp-mocha": "3.0.1",
"gulp-rimraf": "0.2.0",
"mocha": "3.1.0",
"prettier": "1.5.3",
"rimraf": "2.5.4",
"run-sequence": "1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitalsurgeons/scrollnimation.git"
},
"keywords": [
"scrolling",
"animation"
],
"author": "Bartek Makoś",
"license": "MIT",
"bugs": {
"url": "https://github.com/digitalsurgeons/scrollnimation/issues"
},
"homepage": "https://github.com/digitalsurgeons/scrollnimation#readme"
}