-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 979 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
{
"name": "tbd-md-cards",
"description": "material design cards for site summaries",
"version": "1.1.3",
"homepage": "http://www.threebatdrone.io",
"author": "Jeff Thompson <jeffthompson1971@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/jeffthompson1971/tbd-md-cards.git"
},
"dependencies": {
"shelljs": "^0.6.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-angular-templates": "^1.0.3",
"grunt-autoprefixer": "^0.6.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-connect": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.8.0",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^0.3.2",
"grunt-contrib-watch": "^0.5.3",
"grunt-conventional-changelog": "~1.1.0",
"grunt-ng-annotate": "^2.0.1",
"load-grunt-tasks": "~0.3.0",
"requirejs": "~2.1.11"
}
}