forked from sosik/registries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.75 KB
/
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
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
{
"name": "registries",
"version": "0.0.0",
"description": "Registries application",
"main": "build/server/server.js",
"repository": {
"type": "git",
"url": "https://github.com/sosik/registries"
},
"author": "Pavol Starek",
"dependencies": {
"async": "*",
"body-parser": "^1.4.3",
"bower": "^1.3.3",
"chai": "^1.9.0",
"cookie-parser": "^1.3.2",
"errorhandler": "^1.1.1",
"express": "^4.6.1",
"express-recaptcha": "^1.0.2",
"extend": "^1.3.0",
"fs.extra": "*",
"grunt": "*",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "*",
"grunt-env": "^0.4.1",
"grunt-express-server": "^0.4.19",
"grunt-mocha-test": "*",
"grunt-protractor-runner": "^1.1.4",
"mongodb": "^1.4.7",
"node-uuid": "*",
"nodemailer": "^0.6.5",
"object-hash": "~0.3.0",
"q": "^1.1.2",
"readline": "0.0.3",
"recaptcha": "^1.2.0",
"supervisor": "^0.6.0",
"swig": "^1.4.1",
"winston": "^0.7.3"
},
"devDependencies": {
"chai-as-promised": "^4.1.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-yuidoc": "^0.5.2",
"grunt-debug-task": "^0.1.5",
"grunt-karma": "^0.9.0",
"grunt-mocha-istanbul": "^2.1.0",
"grunt-protractor-runner": "^1.2.1",
"grunt-protractor-webdriver": "^0.2.0",
"karma": "^0.12.28",
"karma-chai": "*",
"karma-chai-plugins": "^0.2.4",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"protractor": "^1.5.0"
},
"scripts": {
"test": "grunt test",
"start": "supervisor --watch 'build/' -- build/server/server.js",
"install": "node node_modules/protractor/bin/webdriver-manager update"
}
}