-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 924 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 924 Bytes
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
{
"name": "angular-restheart",
"version": "1.3.1",
"description": "AngularJs module to handle RESTHeart API properly and easily",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-bump": "^2.0.1",
"gulp-concat": "^2.6.0",
"gulp-inject": "^3.0.0",
"gulp-uglify": "^1.5.3",
"run-sequence": "^1.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SoftInstigate/angular-restheart.git"
},
"keywords": [
"restheart"
],
"author": "SoftInstigate",
"license": "MIT",
"bugs": {
"url": "https://github.com/SoftInstigate/angular-restheart/issues"
},
"homepage": "https://github.com/SoftInstigate/angular-restheart#readme"
}