forked from dfulgham/widget-web-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "widget-web-page",
"version": "0.1.0",
"description": "Rise Vision Web Page Widget",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/Rise-Vision/widget-web-page.git"
},
"author": "Rise Vision",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Rise-Vision/widget-web-page/issues"
},
"homepage": "https://github.com/Rise-Vision/widget-web-page",
"devDependencies": {
"chai": "~1.9.2",
"chai-as-promised": "~4.1.1",
"gulp": "~3.8.3",
"gulp-bump": "~0.1.8",
"gulp-concat": "^2.2.0",
"gulp-html2js": "^0.2.0",
"gulp-jshint": "~1.5.5",
"gulp-minify-css": "0.3.4",
"gulp-rimraf": "^0.1.0",
"gulp-rename": "~1.2.0",
"gulp-usemin": "0.3.7",
"run-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.2.2",
"gulp-uglify": "^0.3.1",
"gulp-util": "~2.2.17",
"gulp-watch": "^0.6.8",
"jshint-stylish": "^0.2.0",
"karma": "~0.12.16",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.1",
"karma-coverage": "~0.2.4",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma-sinon-chai": "^0.2.0",
"mocha": "~1.20.1",
"phantomjs": "^1.9.7-9",
"protractor": "~1.0.0",
"sinon-chai": "^2.6.0",
"widget-tester": "git://github.com/Rise-Vision/widget-tester.git"
}
}