-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 713 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 713 Bytes
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
{
"name": "angular-skycons",
"version": "0.0.9",
"description": "An AngularJS directive for Forecast.io animated skycons",
"main": "angular-skycons.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/projectweekend/angular-skycons.git"
},
"author": "Brian Hines",
"license": "MIT",
"bugs": {
"url": "https://github.com/projectweekend/angular-skycons/issues"
},
"homepage": "https://github.com/projectweekend/angular-skycons",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1"
}
}