forked from nhn/tui.chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.33 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
{
"name": "tui.chart",
"author": "NHN Ent. FE Development Team <dl_javascript@nhnent.com>",
"version": "1.3.0",
"license": "MIT",
"description": "NHN Ent. Toast UI Chart",
"scripts": {
"doc": "./node_modules/.bin/jsdoc -c jsdoc-conf.json -t ./node_modules/fedoc-template/"
},
"repository": {
"type": "git",
"url": "https://github.com/nhnent/tui.chart"
},
"keywords": [
"chart"
],
"devDependencies": {
"browser-sync": "^2.7.12",
"browserify": "^10.2.4",
"browserify-istanbul": "^0.2.1",
"del": "^1.2.0",
"fedoc-template": "git+http://14bfd38a036366f7ca90355d202038126127bd01:x-oauth-basic@github.nhnent.com/fe/share-fedoc-template.git",
"gulp": "^3.9.0",
"gulp-header": "^1.7.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"karma": "^0.12.36",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-webdriver-launcher": "git+https://github.com/everedifice/karma-webdriver-launcher.git",
"stringify": "^3.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2"
}
}