forked from JeroenVinke/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 765 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 765 Bytes
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": "aurelia-cli",
"version": "0.23.0",
"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 <rob@bluespire.com> (http://robeisenberg.com/)",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/aurelia/cli"
},
"dependencies": {
"aurelia-dependency-injection": "^1.0.0",
"aurelia-polyfills": "^1.0.0",
"npm": "^3.10.8"
},
"devDependencies": {
"aurelia-tools": "^0.2.2"
}
}