-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "flight-with-resources",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "^0.0.15",
"karma": "~0.12.6",
"karma-cli": "0.0.4",
"karma-jasmine": "~0.1.0",
"karma-requirejs": "~0.2.2",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"matchdep": "^0.3.0",
"requirejs": "^2.1.15"
},
"scripts": {
"test": "karma start --single-run --reporters dots --browsers Firefox",
"watch-test": "karma start"
},
"description": "A Flight mixin for sharing named resources between components.",
"main": "lib/with-resources.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/ahume/flight-with-resources.git"
},
"keywords": [
"flight",
"flightjs",
"resources",
"flight-toolbox"
],
"author": "Andy Hume <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahume/flight-with-resources/issues"
},
"homepage": "https://github.com/ahume/flight-with-resources"
}