-
Notifications
You must be signed in to change notification settings - Fork 248
/
package.json
37 lines (37 loc) · 1.15 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
{
"name": "angularjs-in-patterns",
"version": "0.0.0",
"description": "AngularJS in patterns - this repository provides different look into AngularJS. It contains information where different design patterns are used inside the framework or any AngularJS application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mgechev/angularjs-patterns.git"
},
"author": "mgechev",
"contributors": [
{
"name": "Wassim Chegham",
"email": "[email protected]",
"url": "https://github.com/manekinekko/"
}
],
"license": "MIT",
"gitHead": "2009434a6dfdbe5f06f81253fb853840af753b36",
"readmeFilename": "README.md",
"devDependencies": {
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-markdown-pdf": "https://github.com/manekinekko/gulp-markdown-pdf.git#master",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-rimraf": "^0.1.1",
"markdown-styles": "https://github.com/mgechev/markdown-styles/tarball/master",
"run-sequence": "^1.1.1"
},
"dependencies": {
"gulp-di": "0.0.1"
}
}