-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 866 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": "fasting-troubadour",
"version": "0.2.2",
"description": "some aurelia behaviors",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ariovistus/fasting-troubadour.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"typescript": "^2.0.7",
"typings": "^2.1.1"
},
"jspm": {
"main": "index",
"directories": {
"lib": "dist"
},
"dependencies": {
"aurelia-binding": "npm:aurelia-binding@^1.2.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.3.1",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.1",
"numeral": "npm:numeral@^2.0.6"
},
"devDependencies": {
"typescript": "npm:typescript@^2.0.7"
}
}
}