forked from f3ndot/ember-responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
44
{
"name": "ember-responsive",
"version": "0.2.12",
"description": "Easy responsive layouts with Ember",
"scripts": {
"test": "grunt test",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/freshbooks/ember-responsive.git"
},
"keywords": [
"ember",
"responsive",
"media-query"
],
"author": "FreshBooks <[email protected]",
"contributors": [
"Jonathan Geiger <[email protected]>",
"Alexandre Baizeau <[email protected]>",
"Justin Bull <[email protected]>",
"Ryan Albrecht <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/freshbooks/ember-responsive/issues"
},
"homepage": "https://freshbooks.github.io/ember-responsive/",
"devDependencies": {
"testem": "^0.6.14",
"phantomjs": "^1.9.7-3",
"grunt": "^0.4.4",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-yuidoc": "^0.5.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-qunit": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-bump": "0.0.13",
"yuidocjs": "^0.3.49",
"bower": "^1.3.2",
"grunt-contrib-jshint": "^0.10.0"
}
}