-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.61 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
{
"name": "widget-settings-ui-components",
"version": "3.6.1",
"description": "Various UI components shared across Angular-based widget settings",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build",
"test": "gulp test",
"ci-build-demo": "gulp build-demo",
"ci-deploy-demo": "gulp deploy-demo --clean"
},
"repository": {
"type": "git",
"url": "https://github.com/Rise-Vision/widget-settings-ui-components.git"
},
"contributors": [
"Alex Deaconu",
"Stuart Lees",
"Xiyang Chen",
"Donna Peplinskie"
],
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Rise-Vision/widget-settings-ui-components/issues"
},
"dependencies": {
"bower": "^1.5.3"
},
"devDependencies": {
"adm-zip": "^0.4.11",
"chai": "~1.9.2",
"chai-as-promised": "~4.1.1",
"colors": "~1.0.3",
"del": "~1.1.1",
"event-stream": "^3.1.5",
"gift": "~0.10.2",
"gulp": "~3.8.3",
"gulp-bower": "~0.0.10",
"gulp-bump": "~0.1.8",
"gulp-concat": "^2.2.0",
"gulp-gh-pages": "0.5.4",
"gulp-html2js": "^0.2.0",
"gulp-html2string": "git+https://github.com/Rise-Vision/gulp-html2string",
"gulp-jshint": "~1.5.5",
"gulp-rename": "~1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "~2.2.17",
"gulp-watch": "^0.6.8",
"hoek": "5.0.3",
"jshint-stylish": "^0.2.0",
"lodash": "^4.17.5",
"minimist": "1.1.0",
"run-sequence": "^0.3.2",
"uglify-js": "^2.6.0",
"widget-tester": "git+https://github.com/Rise-Vision/widget-tester.git#1.7.3"
},
"homepage": "https://github.com/Rise-Vision/widget-settings-ui-components"
}