-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "tui-flicking",
"version": "2.1.5",
"main": "dist/tui-flicking",
"files": [
"dist"
],
"scripts": {
"test": "karma start --no-single-run",
"test:ne": "KARMA_SERVER=ne karma start",
"bundle": "webpack && webpack -p",
"serve": "webpack-dev-server --inline --hot -d",
"serve:ie8": "webpack-dev-server -d",
"doc:serve" : "tuidoc --serv",
"doc" : "tuidoc"
},
"description": "TOAST UI Component: Flicking",
"repository": {
"type": "git",
"url": "https://github.com/nhn/tui.flicking"
},
"keywords": [
"nhn",
"tui",
"component",
"flicking"
],
"author": "NHN FE Development Lab <[email protected]>",
"license": "MIT",
"devDependencies": {
"es5-shim": "^4.5.9",
"eslint": "^4.5.0",
"eslint-config-tui": "^1.0.1",
"eslint-loader": "^1.6.1",
"extract-text-webpack-plugin": "^1.0.1",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.0",
"karma": "1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-es5-shim": "^0.0.4",
"karma-jasmine": "^1.0.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-jquery": "^0.2.2",
"karma-junit-reporter": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webdriver-launcher": "git+https://github.com/nhn/karma-webdriver-launcher.git#v1.2.0",
"karma-webpack": "^1.8.0",
"safe-umd-webpack-plugin": "^0.0.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.11.0"
},
"dependencies": {
"tui-code-snippet": "^1.5.0",
"tui-animation": "^1.1.1",
"tui-gesture-reader": "^2.1.1"
}
}