forked from amwmedia/angular-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 779 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 779 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-workshop",
"version": "0.0.1",
"description": "Let's start working with Angular!",
"repository": {
"type": "git",
"url": "https://github.com/amwmedia/angular-workshop.git"
},
"author": "Andrew Worcester <andrew@amwmedia.com> (http://blog.amwmedia.com/)",
"bugs": {
"url": "https://github.com/amwmedia/angular-workshop/issues"
},
"homepage": "https://github.com/amwmedia/angular-workshop",
"devDependencies": {
"grunt": "~0.4.4",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-clear": "~0.2.1",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-stylus": "~0.16.0",
"grunt-autoprefixer": "~0.7.3"
}
}