forked from czd/SabreDevStudioDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.75 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
{
"name": "SabreDevStudioDemo",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"postinstall": "bower install && tsd install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"almond": "^0.3.1",
"requirejs": "~2.1.16"
},
"devDependencies": {
"bower": "~1.3.1",
"grunt": "~0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-autoprefixer": "^3.0.3",
"grunt-bootlint": "^0.9.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "~1.0.1",
"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.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-git-describe": "^2.3.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-tslint": "^2.5.0",
"grunt-typescript": "^0.8.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.12",
"time-grunt": "^1.2.1",
"tsd": "^0.6.5",
"tslint": "^2.5.1",
"typescript": "^1.6.2"
},
"pretest": {
"update-webdriver": "node_modules/protractor/bin/webdriver-manager update"
}
}