-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.07 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
70
71
{
"license": "GPL-3.0",
"dependencies": {
"angular": "1.7.9",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-busy": "^4.1.3",
"angular-clipboard": "^1.5.0",
"angular-file-upload": "^2.1.4",
"angular-highlightjs": "0.7.1",
"angular-hotkeys": "^1.7.0",
"angular-markdown-directive": "0.3.1",
"angular-material": "^1.1.0",
"angular-material-icons": "^0.7.1",
"angular-messages": "1.5.8",
"angular-mocks": "1.5.8",
"angular-moment": "1.0.1",
"angular-sanitize": "1.5.8",
"angular-ui-notification": "^0.3.6",
"angular-ui-router": "0.4.2",
"angular-ui-select": "^0.12.100",
"angular-websocket": "2.0.1",
"angularjs-geolocation": "0.1.3",
"axios": "^0.18.1",
"bufferutil": "4.0.8",
"envify": "^4.0.0",
"highlightjs": "^9.10.0",
"js-data": "^2.9.0",
"js-data-angular": "^3.2.1",
"js-data-http": "^2.2.2",
"less": "^2.7.2",
"lf-ng-md-file-input": "^1.4.8",
"moment": "^2.19.3",
"phantomjs-prebuilt": "^2.1.7",
"raven-js": "^3.0.4",
"showdown": "^1.6.4",
"ui-select": "^0.19.4",
"utf-8-validate": "6.0.4"
},
"devDependencies": {
"angular-mocks": "1.5.8",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"cucumber": "^1.2.1",
"cukefarm": "^3.0.1",
"es6-promise": "^4.1.0",
"jasmine-promise-matchers": "^2.0.2",
"karma": "^1.1.2",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-html-live-reporter": "^0.1.5",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-junit-reporter": "^1.0.0",
"karma-nested-reporter": "^0.1.4",
"karma-notify-send-reporter": "^0.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"protractor": "^4.0.2",
"protractor-console": "^2.0.0",
"protractor-cucumber-framework": "^0.6.0",
"swagger-ui": "3.23.11",
"watchify": "^3.7.0",
"wscat": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/kronkltd/jiksnu.git"
}
}