forked from ganlanyuan/tiny-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 937 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 937 Bytes
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
{
"name": "tiny-slider",
"version": "2.8.6",
"description": "Vanilla javascript slider for all purposes, inspired by Owl Carousel.",
"main": "dist/tiny-slider.js",
"types": "src/tiny-slider.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"start": "nodemon --watch tests/js/tests-async.js --exec npm test",
"test": "npx babel tests/js/tests-async.js -o tests/js/tests-async-es5.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ganlanyuan/tiny-slider.git"
},
"keywords": [],
"author": "ganlanyuan <ganlanyuan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ganlanyuan/tiny-slider/issues"
},
"homepage": "https://github.com/ganlanyuan/tiny-slider#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"nodemon": "^1.17.5"
}
}