forked from mgechev/angularjs-in-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 697 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"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",
"license": "MIT",
"gitHead": "2009434a6dfdbe5f06f81253fb853840af753b36",
"readmeFilename": "README.md",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-markdown-pdf": "^1.0.1"
}
}