-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 844 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
{
"name": "timeline.js",
"version": "1.0.0",
"description": "timeline.js",
"main": "js/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/juliusse/timeline.js.git"
},
"author": "Julius Seltenheim",
"license": "MIT",
"bugs": {
"url": "https://github.com/juliusse/timeline.js/issues"
},
"homepage": "https://github.com/juliusse/timeline.js#readme",
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 6
},
"env": {
"browser": true
}
},
"devDependencies": {
"chai": "4.2.0",
"css-loader": "2.1.0",
"less": "3.9.0",
"less-loader": "4.1.0",
"mocha": "5.2.0",
"style-loader": "0.23.1",
"webpack": "4.8.3",
"webpack-cli": "3.2.3"
},
"dependencies": {
"jquery": "3.3.1",
"lodash": "4.17.11",
"sha1": "1.1.1"
}
}