forked from dainst/idai-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.63 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.63 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
{
"name": "idai-components",
"version": "2.2.0",
"description": "reusable angular components for the applications of the iDAI.world",
"repository": {
"type": "git",
"url": "https://github.com/dainst/idai-components.git"
},
"scripts": {
"test": "karma start test/browser/karma.conf.js",
"e2e": "rimraf test/e2e-screenshots/*.png && protractor test/e2e/protractor.conf.js",
"build": "rimraf dist && gulp build",
"server": "gulp server",
"start": "npm run server",
"bower": "bower"
},
"devDependencies": {
"angular-mocks": "1.5.8",
"browser-sync": "^2.15.0",
"angular-cookies": "1.6.2",
"chromedriver": "^2.29.0",
"connect-modrewrite": "^0.8.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.4",
"gulp-ng-html2js": "^0.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-string-replace": "^0.4.0",
"gulp-uglify": "^1.4.1",
"jasmine-core": "2.5.1",
"karma": "~0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "^0.3.8",
"karma-ng-html2js-preprocessor": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.1",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "4.0.10",
"protractor-console-plugin": "0.1.1",
"run-sequence": "^1.2.2"
},
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-route": "1.5.8",
"angular-ui-bootstrap": "2.1.3",
"babel-preset-es2015": "^6.24.1",
"bootstrap-sass": "^3.3.7",
"bower": "^1.8.0",
"gulp-babel": "^6.1.2"
}
}