-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "karl",
"private": true,
"version": "0.0.0",
"description": "karl frontend",
"repository": {
"type": "git",
"url": "ssh://git@github.com:karlproject/karl.git"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"chai": "*",
"chai-as-promised": "*",
"chromedriver": "*",
"gulp": "^3.9.1",
"gulp-concat": "*",
"gulp-header": "*",
"gulp-load-plugins": "*",
"gulp-minify-css": "*",
"gulp-protractor": "*",
"gulp-remove-use-strict": "0.0.2",
"gulp-rename": "*",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "*",
"gulp-util": "*",
"lodash": "*",
"multi-glob": "*",
"napa": "^0.4.1",
"protractor": "*",
"selenium-html-js-converter": "*",
"selenium-standalone": "^2.44.0"
},
"scripts": {
"install": "napa",
"migrate-selenium": "node ./frontend-test/e2e/migrate-selenium.js"
},
"napa": {
"jquery": "jquery/jquery#1.4.4",
"jquery-ui": "jquery/jquery-ui#1.9m3",
"tinymce": "tinymce/tinymce#3.5.2"
},
"dependencies": {
"karma": "^1.7.1"
}
}