-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.9 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": "col-sp-client",
"private": true,
"contributors": [
{
"name": "Pat Sabpisal",
"email": "[email protected]"
},
{
"name": "Poon Wu",
"email": "[email protected]"
}
],
"version": "0.0.2",
"description": "COL SP Client",
"license": "MIT",
"devDependencies": {
"bower": "1.3.1",
"browserify-ngannotate": "2.0.0",
"bulk-require": "0.2.1",
"bulkify": "1.1.1",
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.9",
"grunt-browserify": "^4.0.1",
"grunt-concurrent": "2.1.0",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-uglify": "0.11.1",
"grunt-contrib-watch": "0.6.1",
"grunt-exec": "0.4.6",
"karma-detect-browsers": "^2.1.0",
"karma-ie-launcher": "^1.0.0",
"load-grunt-tasks": "3.4.0",
"lodash": "4.0.1",
"stripify": "^4.0.0"
},
"scripts": {
"build": "grunt scripts",
"start": "php -S 0.0.0.0:5000 -t public",
"buildAll": "grunt",
"deploy": "git push origin production && git push live production"
},
"dependencies": {
"angular": "~1.4.8",
"angular-animate": "1.4.8",
"angular-aria": "1.4.8",
"angular-base64": "~2.0.5",
"angular-bootstrap-datetimepicker": "0.4.0",
"angular-chart.js": "0.8.8",
"angular-clipboard": "1.3.0",
"angular-cookies": "1.5.0",
"angular-drag-and-drop-lists": "^1.4.0",
"angular-file-upload": "2.2.0",
"angular-input-masks": "^2.1.1",
"angular-material": "1.0.0",
"angular-sanitize": "1.4.8",
"angular-scroll": "1.0.0",
"angular-selectize2": "^1.2.3",
"angular-ui-bootstrap": "1.1.2",
"angular-ui-sortable": "^0.14.0",
"angular-ui-tree": "2.15.0",
"browserify-shim": "^3.8.12",
"circular-json": "^0.3.0",
"jquery": "2.2.0",
"ng-file-upload": "12.0.1",
"pluralize": "^1.2.1",
"skeemas": "^1.2.2",
"ui-select": "git+https://github.com/poonwu/ui-select.git"
}
}