-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.16 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.16 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "server-carenotesintegrationapi",
"version": "1.0.0",
"description": "server-carenotesintegrationapi\r ==============================",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"any-shell-escape": "0.1.1",
"async": "1.4.2",
"bluebird": "2.10.0",
"del": "2.0.2",
"fs-sync": "0.2.6",
"glob": "5.0.14",
"globby": "3.0.1",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-connect": "2.2.0",
"gulp-connect-proxy": "0.3.1",
"gulp-css2js": "1.0.2",
"gulp-insert": "0.5.0",
"gulp-jshint": "1.11.2",
"gulp-markdown-pdf": "2.0.1",
"gulp-minify-html": "1.0.4",
"gulp-ng-html2js": "0.2.0",
"gulp-plumber": "1.0.1",
"gulp-processhtml": "1.1.0",
"gulp-sass": "1.3.3",
"gulp-sourcemaps": "1.5.2",
"gulp-uglify": "1.4.1",
"gulp-util": "3.0.6",
"gulp-webserver": "0.9.1",
"jshint": "2.8.0",
"jshint-stylish": "2.0.1",
"karma": "0.13.10",
"karma-chrome-launcher": "0.2.0",
"karma-cli": "0.1.0",
"karma-coffee-preprocessor": "0.3.0",
"karma-coverage": "0.5.2",
"karma-firefox-launcher": "0.1.6",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.1.6",
"karma-ng-scenario": "0.1.0",
"karma-phantomjs-launcher": "0.2.1",
"karma-requirejs": "0.2.2",
"karma-script-launcher": "0.1.0",
"karma-teamcity-reporter": "0.2.1",
"lodash": "3.10.1",
"minimist": "1.2.0",
"prompt": "0.2.14",
"require-dir": "0.3.0",
"restify": "4.0.3",
"run-sequence": "1.1.2",
"through2": "2.0.0",
"vinyl-paths": "2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.dev.ahc:green/server-carenotesintegrationapi.git"
},
"author": "",
"license": "ISC",
"buildingBlocks": {
"core": "0.1.1",
"msbuild": "0.1.1",
"web": "0.1.0",
"web-services": "0.1.0"
}
}