forked from poetic/ember-animated-outlet-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 904 Bytes
/
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
{
"name": "ember-animated-outlet-mobile",
"version": "2.0.0",
"description": "Ember Animated Outlet (for mobile) is a plug'n'play module to support animated route transitions in Ember.js",
"homepage": "https://github.com/poetic/ember-animated-outlet-mobile",
"repository": "https://github.com/poetic/ember-animated-outlet-mobile",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-compass": "~0.1.3",
"grunt-contrib-watch": "~0.3.1",
"express": "~3.1.0"
},
"keywords": [
"ember-addon",
"ember",
"ember.js",
"animation",
"animated",
"outlet",
"transition",
"mobile"
],
"ember-addon": {
"main": "ember-addon"
},
"license": "MIT",
"author": "Jake Craige <[email protected]>",
"dependencies": {
"broccoli-static-compiler": "^0.1.4"
}
}