-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
77 lines (77 loc) · 1.57 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "kick",
"version": "1.7.0",
"description": "Kickstarter and generator for AngularJS based on ES6, webpack and best practices",
"author": "500Tech <info@500tech.com>",
"contributors": [
{
"name": "Ilya Gelman",
"email": "ilyagelman@ilyagelman.com"
},
{
"name": "Adam Klein",
"email": "adam@500tech.com"
},
{
"name": "Nir Kaufman",
"email": "nir@500tech.com"
},
{
"name": "Maayan Glikser",
"email": "maayan@500tech.com"
}
],
"bin": {
"kick": "./bin/kick"
},
"engines": {
"node": ">=4.0"
},
"repository": {
"type": "git",
"url": "http://github.com/500tech/angular-kick.git"
},
"main": "lib",
"keywords": [
"angular-kick",
"kick",
"generate",
"generator",
"boilerplate",
"angular",
"angularjs",
"kickstart",
"es6",
"angular cli",
"angular starter",
"starter",
"angularjs cli"
],
"license": "MIT",
"homepage": "http://angular-kick.com",
"dependencies": {
"app-module-path": "1.0.4",
"change-case": "2.3.0",
"cli-clear": "1.0.4",
"colors": "1.1.2",
"cpr": "0.4.3",
"did-you-mean": "0.0.1",
"fs-extra": "0.24.0",
"get-folder-size": "1.0.0",
"keypress": "0.2.1",
"opn": "3.0.2",
"portscanner": "1.0.0",
"progress": "1.1.8",
"readline-sync": "1.2.21",
"replace": "0.3.0",
"which": "1.2.0"
},
"devDependencies": {
"jasmine": "2.2.1",
"webpack": "1.12.1"
},
"scripts": {
"test": "node_modules/jasmine/bin/jasmine.js"
},
"preferGlobal": true
}