-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "angcli",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp lint",
"postinstall": "node ./index.js sync bundled"
},
"author": "amanvirk <virk.officials@gmail.com>",
"license": "ISC",
"dependencies": {
"bluebird": "^2.4.0",
"browser-sync": "^1.8.2",
"colors": "^1.0.3",
"configstore": "^0.3.1",
"dirty": "^0.9.9",
"elapsed": "0.0.3",
"findup": "^0.1.5",
"gaze": "^0.6.4",
"lineup": "0.0.5",
"lodash": "^2.4.1",
"minimatch": "^2.0.1",
"nconf": "^0.7.1",
"ng-dependencies-install": "git+https://github.com/ngCli/ng-dependencies-install.git",
"ng-new-welcome": "git+https://github.com/ngCli/ng-new-welcome.git",
"ng-project-blueprint": "git+https://github.com/ngCli/ng-project-blueprint.git",
"ng-scaffold-coffee": "git+https://github.com/luiskhernandez/ng-scaffold-coffee.git",
"ng-scaffold-js": "git+https://github.com/ngCli/ng-scaffold-js.git",
"nomnom": "^1.8.1",
"read-package-tree": "^2.0.0",
"shelljs": "^0.3.0",
"underscore": "^1.7.0",
"update-notifier": "^0.2.2"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"jshint-stylish": "^1.0.0"
},
"preferGlobal": "true",
"bin": {
"ng": "index.js"
}
}