forked from aztech-digital/angular-thumbnails
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
22 lines (22 loc) · 534 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 534 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "angular-thumbnails",
"repository": {
"type": "git",
"url": "git://github.com/aztech-digital/angular-thumbnails.git"
},
"dependencies": {
"less": "~1.6"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-jsvalidate": "^0.2.2",
"matchdep": "*",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-clean": "~0.6.0"
}
}