-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "lightrest-ng",
"version": "0.2.6",
"description": "A lightweight REST service/library for Angular",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"gulp-uglify": "^1.5.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.3",
"phantomjs": "^1.9.19",
"phantomjs-polyfill": "0.0.2"
},
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fitmentgroup/lightrest-ng.git"
},
"keywords": [
"angular",
"rest",
"lightweight"
],
"author": "Guidi",
"license": "MIT",
"bugs": {
"url": "https://github.com/fitmentgroup/lightrest-ng/issues"
},
"homepage": "https://github.com/fitmentgroup/lightrest-ng#readme"
}