-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
64 lines (64 loc) · 1.72 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
{
"name": "mountebank-UI",
"title": "mountebank-UI",
"description": "Mountebank UI appliation",
"main": "nosuchfile.js",
"version": "0.0.1",
"author": {
"name": "dhenton",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "http://github.com/donhenton/mountebank-UI.git"
},
"devDependencies": {
"bower": "^1.3.1",
"del": "^2.2.2",
"grunt": "~0.4.1",
"grunt-autoprefixer": "^0.2.x",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.x",
"grunt-contrib-copy": "^0.8.x",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-stylus": "^0.8.x",
"grunt-contrib-uglify": "^0.7.0",
"grunt-karma": "^0.10.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-html-replace": "^1.5.5",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-server-livereload": "^1.9.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.4",
"http-server": "^0.6.1",
"jasmine-core": "^2.4.0",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.7",
"karma-coverage": "~0.2.6",
"karma-fixture": "^0.2.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-htmlfile-reporter": "^0.1.2",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-qunit": "~0.1.1",
"qunitjs": "^1.14.0",
"shelljs": "^0.2.6"
},
"scripts": {
"test": "node_modules/.bin/karma start my.conf.js"
},
"dependencies": {
"jquery-ui": "1.12.1",
"jquery-ui-dist": "1.12.1",
"js-beautify": "1.8.7"
}
}