forked from aurelia/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.39 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.39 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "aurelia-cli",
"version": "0.32.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"
},
"scripts": {
"test": "jasmine",
"test:watch": "nodemon -x 'npm test'"
},
"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.3.2",
"aurelia-logging": "^1.2.0",
"aurelia-polyfills": "^1.0.0",
"esprima": "^4.0.0",
"glob": "^7.1.1",
"npm-which": "^3.0.1",
"preprocess": "^3.1.0",
"rfc6902": "^1.2.2",
"semver": "^5.3.0"
},
"devDependencies": {
"aurelia-tools": "^0.2.4",
"babel-eslint": "^7.1.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-conventional-changelog": "^1.1.3",
"gulp-eslint": "^3.0.1",
"jasmine": "^2.5.2",
"jasmine-spec-reporter": "^4.2.1",
"latest-version": "^3.1.0",
"minimatch": "^3.0.4",
"mock-fs": "^4.2.0",
"nodemon": "^1.11.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"yargs": "^7.0.2"
}
}