-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.98 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
65
66
67
68
69
{
"name": "SabreDevStudioDemo",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"postinstall": "bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"almond": "0.3.1",
"requirejs": "2.1.16"
},
"devDependencies": {
"@types/angular": "1.6.5",
"@types/jquery": "2.0.40",
"@types/angular-resource": "1.5.8",
"@types/jasmine": "2.5.41",
"@types/lodash": "3.10.0",
"@types/moment": "2.11.29",
"@types/ngstorage": "0.3.34",
"@types/requirejs": "2.1.28",
"bower": "1.8.2",
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.7",
"grunt-autoprefixer": "3.0.3",
"grunt-bootlint": "0.10.1",
"grunt-cdnify": "1.0.2",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-csslint": "0.4.0",
"grunt-contrib-cssmin": "0.13.0",
"grunt-contrib-imagemin": "0.9.4",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-watch": "0.5.3",
"grunt-git-describe": "2.4.2",
"grunt-image-resize": "1.0.0",
"grunt-include-replace": "3.2.0",
"grunt-jsdoc": "1.0.0",
"grunt-karma": "0.10.1",
"grunt-lodash": "0.4.0",
"grunt-lodash-autobuild": "0.3.0",
"grunt-replace": "1.0.1",
"grunt-sass": "2.0.0",
"grunt-ts": "6.0.0-beta.11",
"grunt-tslint": "4.0.0",
"jasmine-core": "2.3.4",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.7",
"karma-firefox-launcher": "0.1.4",
"karma-ie-launcher": "0.1.5",
"karma-jasmine": "0.3.5",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "0.2.2",
"karma-safari-launcher": "0.1.1",
"load-grunt-tasks": "3.3.0",
"lodash-cli": "3.10.1",
"protractor": "2.1.0",
"requirejs-text": "2.0.15",
"time-grunt": "1.2.1",
"tslint": "4.4.2",
"typescript": "2.1.5"
},
"pretest": {
"update-webdriver": "node_modules/protractor/bin/webdriver-manager update"
}
}