forked from strongloop/loopback-sdk-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.5 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
47
48
49
50
51
52
53
54
{
"name": "loopback-sdk-angular",
"version": "1.3.3",
"description": "Tool for auto-generating Angular $resource services for LoopBack",
"main": "index.js",
"scripts": {
"prepublish": "node ./apidocs/describe-builtin-models.js",
"pretest": "jshint . && bower install",
"test": "node ./test.e2e/test-server.js node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-sdk-angular.git"
},
"keywords": [
"loopback",
"angular"
],
"author": "Miroslav Bajtos <miroslav@strongloop.com>",
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-sdk-angular/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/strongloop/loopback-sdk-angular/issues"
},
"dependencies": {
"ejs": "^1.0"
},
"devDependencies": {
"bluebird": "^2.2",
"body-parser": "^1.5",
"bower": "^1.3",
"chai": "^1.9",
"cors": "^2.2",
"debug": "^1.0",
"errorhandler": "^1.1.1",
"express": "^4.6",
"fs.extra": "^1.2",
"jshint": "^2.4",
"karma": "^0.12.2",
"karma-chrome-launcher": "^0.1.2",
"karma-junit-reporter": "^0.2.1",
"karma-mocha": "^0.1.3",
"karma-mocha-reporter": "^0.2.6",
"karma-phantomjs-launcher": "^0.1.2",
"karma-requirejs": "^0.2.1",
"loopback": "^2.0",
"loopback-datasource-juggler": "^2.0",
"mocha": "~1.18.0",
"morgan": "^1.2",
"requirejs": "^2.1.9"
}
}