-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 997 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 997 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
33
34
35
36
37
38
39
40
41
42
{
"name": "jsyg-utils",
"version": "1.0.5",
"description": "Many features added to JSYG",
"main": "JSYG-utils.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "documentation readme JSYG-utils.js --section=API"
},
"repository": {
"type": "git",
"url": "git://github.com/YannickBochatay/JSYG-utils.git"
},
"keywords": [
"svg",
"jquery",
"javascript",
"library"
],
"author": "Yannick Bochatay",
"license": "MIT",
"bugs": {
"url": "https://github.com/YannickBochatay/JSYG-utils/issues"
},
"homepage": "https://github.com/YannickBochatay/JSYG-utils#readme",
"devDependencies": {
"documentation": "^14.0.3",
"jquery": "^3.3.1",
"qunit": "^2.6.0",
"requirejs": "^2.3.5"
},
"dependencies": {
"jsyg-matrix": "^1.0.0",
"jsyg-point": "^1.0.1",
"jsyg-strutils": "^1.0.0",
"jsyg-vect": "^1.0.2",
"jsyg-wrapper": "^1.0.0"
}
}