-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 951 Bytes
/
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
{
"name": "packer",
"version": "0.0.1",
"description": "packing algorithm for stock cutting",
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^2.2.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-inject": "^0.1.1",
"grunt-sass": "^1.1.0",
"load-grunt-config": "^0.19.1",
"jshint-stylish": "^2.1.0",
"time-grunt": "^1.3.0"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.1",
"angular-messages": "^1.5.8",
"angular-translate": "^2.13.0",
"jquery": "^3.1.1",
"ng-file-upload": "^12.2.13",
"ng-storage": "^0.3.2",
"svg.js": "^2.3.6"
}
}