-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.1 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.1 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "orgchart.svg",
"version": "1.0.0-beta.3.1.0",
"description": "Modern typescript organisational chart in pure SVG.",
"main": "./dist/orgchartsvg.js",
"typings": "./dist/orgchartsvg.d.ts",
"files": [
"dist/*.js",
"dist/*.d.ts",
"LICENSE.txt"
],
"typescript": {
"definition": "index.d.ts"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/BrightShadow/orgchart.svg.git"
},
"keywords": [
"organisational",
"chart",
"orgchart",
"svg",
"jsvascript",
"js",
"typescript",
"ts"
],
"author": "Paweł Porombka <pporombka@gmail.com>",
"license": "Apache License v2",
"bugs": {
"url": "https://github.com/BrightShadow/orgchart.svg/issues"
},
"homepage": "https://github.com/BrightShadow/orgchart.svg#readme",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.12.3",
"changed": "0.0.2",
"del": "^2.2.0",
"es6-module-loader": "^0.17.11",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-jasmine": "^2.3.0",
"gulp-jspm-build": "0.0.15",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tsb": "^1.10.4",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"jspm": "^0.16.33",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-systemjs": "^0.13.0",
"plumber": "^0.4.8",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"systemjs": "^0.19.26",
"typescript": "^1.8.10",
"typings": "^1.0.4",
"vinyl-paths": "^2.1.0"
},
"jspm": {
"main": "orgchart.svg",
"directories": {
"lib": "dist"
},
"dependencies": {
"es6-promise": "npm:es6-promise@^3.1.2",
"snap.svg.zpd": "npm:snap.svg.zpd@^0.0.11",
"snapsvg": "github:adobe-webplatform/Snap.svg@^0.4.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}