-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.49 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
{
"name": "perficio",
"version": "0.3.1",
"description": "API Express application for creating achievement systems",
"keywords": [
"achievements",
"express"
],
"repository": {
"type": "git",
"url": "https://github.com/khozlov/perficio.git"
},
"main": "server.js",
"scripts": {
"test": "NODE_ENV=test gulp test",
"coverage": "NODE_ENV=test `npm bin`/istanbul cover -x 'gulpfile.js' gulp test",
"coveralls": "NODE_ENV=test `npm bin`/istanbul cover -x 'gulpfile.js' gulp test --report lcovonly && `npm bin`/coveralls < coverage/lcov.info"
},
"author": "Pawel Kozlowski",
"license": "MIT",
"dependencies": {
"async": "~0.9.0",
"body-parser": "~1.12.2",
"config": "~1.12.0",
"cookie-session": "~1.1.0",
"express": "~4.12.3",
"jade": "~1.9.2",
"lodash": "~3.5.0",
"method-override": "~2.3.1",
"moment": "~2.9.0",
"mongoose": "~4.0.1",
"mongoose-timestamp": "~0.3.0",
"morgan": "~1.5.2",
"passport": "~0.2.1",
"passport-google-oauth": "~0.1.5",
"serve-static": "~1.9.2"
},
"devDependencies": {
"chai": "~2.1.2",
"chai-http": "~1.0.0",
"coveralls": "~2.11.2",
"gulp": "~3.8.11",
"gulp-hogan": "~1.1.0",
"gulp-jade": "~1.0.0",
"gulp-image-optimization": "~0.1.3",
"gulp-mocha": "~2.0.0",
"gulp-stylus": "~2.0.1",
"istanbul": "~0.3.10",
"keygrip": "~1.0.1",
"main-bower-files": "~2.5.0",
"monky": "~0.6.6",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0"
}
}