-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.79 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": "mw-uikit",
"description": "A toolbox to build portals with AngularJS 1.5.x that have a lot of forms and list views for example admin portals to manage data.",
"author": "Alexander Zarges <[email protected]> (http://relution.io)",
"version": "1.24.4",
"license": "Apache-2.0",
"dependencies": {
"showdown": "1.2.3",
"jquery": "3.1.0",
"jquery-ui": "1.12.1",
"blueimp-file-upload": "9.22.0"
},
"devDependencies": {
"angular": "1.7.3",
"angular-mocks": "1.7.3",
"angular-route": "1.7.3",
"angular-sanitize": "1.7.3",
"backbone": "1.2.1",
"bootstrap": "3.1.1",
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.7",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.4.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "0.9.1",
"grunt-karma": "0.12.0",
"grunt-ng-annotate": "1.0.1",
"grunt-preprocess": "4.0.0",
"grunt-regarde": "0.1.1",
"grunt-shell": "1.3.1",
"grunt-text-replace": "0.4.0",
"husky": "^0.10.2",
"jasmine-core": "^2.3.4",
"karma": "^1.7.1",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"matchdep": "~0.1.1",
"ng-html2js": "2.0.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "^2.1.15",
"sinon": "1.17.3",
"underscore": "1.8.3"
},
"scripts": {
"install": "bower install",
"test": "grunt test",
"prepush": "./git-hooks/pre-push",
"start": "grunt watch",
"build": "grunt build",
"copy": "./bin/copy_dist.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/mwaylabs/uikit.git"
},
"bugs": "https://github.com/mwaylabs/uikit/issues"
}