forked from Mobius1/Pageable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 782 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 782 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
{
"name": "pageable",
"version": "0.6.8",
"description": "Create full page scrolling web pages. No jQuery.",
"main": "dist/pageable.min.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --reporters=progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mobius1/Pageable.git"
},
"keywords": [
"slider"
],
"author": "Karl Saunders",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mobius1/Pageable/issues"
},
"homepage": "https://github.com/Mobius1/Pageable#readme",
"devDependencies": {
"jasmine": "^3.0.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1"
}
}