forked from aurelia/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 894 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
35
36
37
38
39
{
"name": "aurelia-cli",
"version": "0.26.1",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
"cli",
"bundle",
"scaffold"
],
"homepage": "http://aurelia.io",
"bugs": {
"url": "https://github.com/aurelia/cli/issues"
},
"bin": {
"aurelia": "bin/aurelia-cli.js",
"au": "bin/aurelia-cli.js"
},
"license": "MIT",
"author": "Rob Eisenberg <[email protected]> (http://robeisenberg.com/)",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/aurelia/cli"
},
"dependencies": {
"aurelia-dependency-injection": "^1.0.0",
"aurelia-logging": "^1.2.0",
"aurelia-polyfills": "^1.0.0",
"esprima": "^3.1.3",
"glob": "^7.1.1",
"npm": "^3.10.8",
"rfc6902": "^1.2.2",
"semver": "^5.3.0"
},
"devDependencies": {
"aurelia-tools": "^0.2.2"
}
}