-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.12 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
42
43
44
45
{
"name": "aurelia-route-mapper",
"version": "0.1.0",
"description": "A route mapper for Aurelia based projects.",
"keywords": [
"aurelia",
"route",
"mapper"
],
"author": "Giovanni Lovato <[email protected]>",
"license": "CC0-1.0",
"homepage": "https://github.com/heruan/aurelia-route-mapper",
"bugs": {
"url": "https://github.com/heruan/aurelia-route-mapper/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/heruan/aurelia-route-mapper.git"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "gulp test"
},
"dependencies": {
"aurelia-route-recognizer": "^1.0.0",
"aurelia-router": "^1.0.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.11.6",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.4.0",
"gulp-sass": "^2.3.2",
"gulp-typescript": "^2.13.6",
"jasmine": "^2.4.1",
"jasmine-reporters": "^2.2.0",
"merge2": "^1.0.2",
"path-exists": "^3.0.0",
"run-sequence": "^1.2.2",
"typescript": "^2.0.0",
"vinyl-paths": "^2.1.0"
}
}