forked from StoicLoofah/chronoline.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "chronoline",
"version": "0.1.5",
"description": "chronoline.js is a library for making a chronology timeline out of events on a horizontal timescale.",
"main": "chronoline/chronoline.js",
"directories": {
"test": "test"
},
"dependencies": {
"jquery": "^1.9.1",
"npm": "^6.0.1",
"qtip2": "^2.2.0",
"raphael": "^2.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"qunitjs": "^1.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StoicLoofah/chronoline.js.git"
},
"keywords": [
"timeline",
"raphael",
"chronology",
"history",
"horizontal"
],
"author": "Kevin Leung",
"license": "SEE LICENSE IN https://github.com/StoicLoofah/chronoline.js/LICENSE.md",
"bugs": {
"url": "https://github.com/StoicLoofah/chronoline.js/issues"
},
"homepage": "https://github.com/StoicLoofah/chronoline.js#readme"
}