-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 847 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-declarative-authorization",
"version": "0.0.3",
"description": "declarative authorization ember component",
"main": "dist/cjs/main",
"tags": [
"ember",
"component",
"authorization"
],
"scripts": {
"test": "script/test"
},
"author": "Andreas Saebjoernsen <andreas.saebjoernsen@gmail.com>",
"license": "MIT",
"devDependencies": {
"bower": "^1.2.8",
"broccoli": "^0.12.0",
"qunitjs": "~1.12.0",
"karma-qunit": "^0.1.1",
"karma-script-launcher": "^0.1.0",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma": "^0.10.9",
"broccoli-dist-es6-module": "^0.1.8",
"broccoli-cli": "0.0.1",
"broccoli-template-compiler": "^1.4.1",
"rf-release": "^0.1.2"
},
"dependencies": {
}
}