-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "glazier-github-issues",
"glazierConfig": {
"displayName": "Github Issues",
"consumes": [
"unauthenticatedGithubApi",
"authenticatedGithubApi",
"intent"
],
"assetHost": "https://glazier.s3.amazonaws.com"
},
"version": "0.0.1",
"description": "",
"main": "card.js",
"scripts": {
"test": "grunt test"
},
"author": "Yapp Labs",
"repository": {
"type": "git",
"url": "https://github.com/yapplabs/glazier.git"
},
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.4.3",
"grunt-es6-module-transpiler": "git://github.com/stefanpenner/grunt-es6-module-transpiler.git",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"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",
"grunt-contrib-sass": "~0.4.1",
"grunt-contrib-symlink": "~0.2.0"
}
}