This repository was archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.43 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
{
"name": "dcm-angular-ui",
"version": "0.1.17",
"description": "Angular UI componenets from Dell Cloud Manager",
"main": "",
"dependencies": {},
"devDependencies": {
"bower": "^1.4.1",
"browser-sync": "^2.7.1",
"canonical-path": "0.0.2",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.10.13",
"glob": "^5.0.6",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-livereload": "^3.8.0",
"gulp-ngmin": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"istanbul": "^0.3.14",
"jasmine-core": "^2.3.3",
"karma": "^0.12.31",
"karma-cli": "0.0.4",
"karma-coverage": "^0.3.1",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.8.0",
"phantomjs": "^1.9.16",
"run-sequence": "^1.1.0",
"winston": "^1.0.0"
},
"scripts": {
"test": "clear & ./node_modules/.bin/karma start",
"start": "clear & ./node_modules/.bin/gulp",
"postinstall": "./node_modules/.bin/bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/dell-oss/dcm-angular-ui.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dell-oss/dcm-angular-ui/issues"
},
"homepage": "https://github.com/dell-oss/dcm-angular-ui"
}