-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.04 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
46
{
"name": "angular-mixin",
"version": "0.3.1",
"description": "Angular providers for defining traits as mixins for Angular objects",
"main": "dist/angular-mixin.min.js",
"author": {
"name": "Roland Zwaga",
"email": "roland@stackandheap.com",
"url": "http://www.stackandheap.com"
},
"license": "MIT",
"homepage": "https://github.com/StackAndHeap/angular-mixin",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/StackAndHeap/angular-mixin.git"
},
"keywords": [
"mixin",
"intercept",
"AOP",
"Javascript",
"provider",
"module",
"angular",
"angularJS"
],
"bugs": {
"url": "https://github.com/StackAndHeap/angular-mixin/issues"
},
"dependencies": {
},
"devDependencies": {
"gulp": "^3.8.0",
"gulp-jshint": "^1.6.3",
"gulp-header": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.0"
}
}