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
20 lines (20 loc) · 723 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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": {
"markdown-styles": "https://github.com/mgechev/markdown-styles/tarball/master"
}
}