forked from Katello/bastion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 830 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
34
{
"name": "bastion",
"version": "0.1.0",
"dependencies": {
"eslint": "~0.14.1",
"eslint-plugin-angular": "0.0.3",
"generator-bastion": "~0.1.2",
"grunt": "~0.4.5",
"grunt-angular-gettext": "~0.2.15",
"grunt-bower-task": "~0.3.4",
"grunt-concurrent": "~1.0.0",
"grunt-eslint": "~6.0.0",
"grunt-htmlhint": "~0.4.1",
"grunt-karma": "^1.0.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"require-dir": "~0.1.0",
"phantomjs-prebuilt": "2.1.10"
},
"engines": {
"node": ">=0.8.0"
},
"main": "./bastion.js",
"directories": {
"lib": "./grunt"
},
"scripts": {
"postinstall": "bower install"
}
}