-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.21 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "glazier-github-people",
"glazierConfig": {
"displayName": "Github People",
"consumes": [
"authenticatedGithubApi",
"unauthenticatedGithubApi",
"adminStorage",
"remoteEmberObject"
],
"assetHost": "https://glazier.s3.amazonaws.com"
},
"version": "0.0.1",
"description": "A card for showing arbitrary people from Github",
"main": "card.js",
"scripts": {
"test": "grunt test"
},
"author": "Yapp Labs",
"repository": {
"type": "git",
"url": "https://github.com/yapplabs/glazier-github-people.git"
},
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.8",
"grunt-contrib-jshint": "~0.4.3",
"grunt-es6-module-transpiler": "git://github.com/stefanpenner/grunt-es6-module-transpiler",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-ember-templates": "~0.4.10",
"grunt-contrib-handlebars": "~0.5.8",
"matchdep": "~0.1.2",
"grunt-md5": "~0.1.11",
"grunt-s3": "~0.2.0-alpha.2",
"glazier-card-grunt-config": "~0.3.0"
}
}