-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
37 lines (37 loc) · 899 Bytes
/
package.json
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
{
"name": "docker-angular-tutum",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/karma/bin/karma start --single-run"
},
"repository": {
"type": "git",
"url": "[email protected]:dciccale/docker-angular-tutum.git"
},
"keywords": [
"docker",
"angular",
"tutum"
],
"author": "Denis Ciccale (@tdecs)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dciccale/docker-angular-tutum/issues"
},
"homepage": "https://github.com/dciccale/docker-angular-tutum",
"dependencies": {
"compression": "^1.4.3",
"errorhandler": "^1.3.5",
"express": "^4.16.3",
"morgan": "^1.5.2"
},
"devDependencies": {
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4"
}
}