-
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) · 853 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 853 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": "ng-command",
"version": "0.2.0",
"description": "Command Pattern for AngularJS",
"repository": {
"type": "git",
"url": "https://github.com/stephenlautier/ng-command.git"
},
"keywords": [
"angularjs"
],
"author": "Stephen Lautier",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenlautier/ng-command/issues"
},
"homepage": "https://github.com/stephenlautier/ng-command",
"devDependencies": {
"browser-sync": "^2.8.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-ng-annotate": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-typescript": "^2.8.0",
"gulp-uglify": "^1.2.0",
"merge2": "^0.3.6",
"run-sequence": "^1.1.2",
"typescript": "^1.5.3",
"yargs": "^3.15.0"
}
}