-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
89 lines (89 loc) · 2.56 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "fancyui",
"version": "2.1.17",
"description": "angular ui components",
"main": "./index.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --hot --inline --config conf/webpack.dev.config.babel.js",
"dev": "gulp dev",
"karma": "karma start",
"singleTest": "npm run karma --single_file=lib/button/button.spec.js",
"test": "karma start",
"coverage": "cat ./coverage/report-lcov/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ffan-fe/fancyui.git"
},
"keywords": [
"angular"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ffan-fe/fancyui/issues"
},
"homepage": "http://www.fancyui.org/#/en-us/component/install",
"devDependencies": {
"angular-highlightjs": "^0.6.3",
"angular-mocks": "~1.5.0",
"angular-translate": "^2.13.1",
"angular-ui-bootstrap": "^2.4.0",
"babel-cli": "^6.9.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"bootstrap": "^3.3.7",
"browser-sync": "^2.18.5",
"bundle": "^0.2.3",
"bundle-loader": "^0.5.4",
"chai": "^3.5.0",
"coveralls": "^2.11.16",
"css-loader": "^0.19.0",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"gulp-watch": "^4.3.11",
"html-webpack-plugin": "^2.26.0",
"isparta-loader": "^2.0.0",
"istanbul-instrumenter-loader": "^1.2.0",
"jquery": "^3.1.1",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.1",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"merge-stream": "^1.0.1",
"mocha": "^3.2.0",
"ng-annotate": "^1.2.1",
"ng-annotate-loader": "^0.2.0",
"oclazyload": "^1.0.9",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.4",
"style-loader": "^0.12.2",
"webpack": "2.1.0-beta.22",
"webpack-dev-server": "^2.1.0-beta.10",
"webpack-hot-middleware": "^2.15.0",
"yargs": "^3.9.0"
},
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "1.5.9",
"angular-touch": "~1.5.8",
"angular-ui-router": "^0.3.1",
"angular-ui-tree": "2.22.2",
"classnames": "^2.2.5",
"echarts": "~3.3.1",
"fancy-theme": "0.0.1",
"js-tree-structure": "0.0.7",
"moment": "^2.13.0",
"ng-file-upload": "^12.2.13"
}
}