forked from javaee-samples/javaee7-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 778 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 778 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
{
"name": "jax-rs-angularjs",
"version": "0.1.0",
"description": "Angular JS consuming REST services",
"engines": {
"node": "~0.10"
},
"main": "web-server.js",
"dependencies": {
},
"devDependencies": {
"http-proxy": "0.10.3",
"karma": "0.10.2",
"karma-coverage": "0.1.0",
"karma-jasmine": "0.1.3",
"karma-junit-reporter": "0.1.0",
"karma-spec-reporter": "0.0.5",
"karma-ng-scenario": "0.1.0"
},
"scripts": {
"test": "karma start src/test/javascript/karma.conf.js --browsers PhantomJS --singleRun true"
},
"repository": {
"type": "git",
"url": "https://github.com/javaee-samples/javaee7-samples.git"
},
"author": "Bernard Labno"
}