-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
85 lines (85 loc) · 2.2 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "viff-service",
"version": "0.0.0",
"description": "cloud service for viff",
"main": "index.js",
"scripts": {
"phantomjs": "phantomjs --webdriver=4444",
"test": "grunt test",
"start": "node bin/index.js"
},
"config": {
"travis-cov": {
"threshold": 60
}
},
"repository": "",
"keywords": [
"viff"
],
"author": "twer",
"license": "MIT",
"devDependencies": {
"matchdep": "~0.3.0",
"blanket": "~1.1.6",
"should": "~2.1.1",
"mocha": "~1.15.1",
"sinon": "~1.7.3",
"grunt-ngmin": "0.0.3",
"supertest": "~0.8.2",
"requirejs": "~2.1.9",
"connect-livereload": "~0.3.0",
"browserify": "~3.24.13",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-concat": "~0.3.0",
"grunt-env": "~0.4.1",
"grunt-karma": "~0.6.2",
"grunt-html2js": "~0.2.3",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.8.1",
"grunt-docco": "~0.3.0",
"grunt-contrib-less": "~0.8.3",
"grunt-express-server": "~0.4.9",
"grunt-contrib-jade": "~0.8.0",
"grunt-concurrent": "~0.4.2",
"grunt-nodemon": "~0.1.2",
"grunt-browserify": "~1.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"karma": "~0.10.8",
"karma-requirejs": "~0.2.0",
"karma-phantomjs-launcher": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-firefox-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.1",
"karma-mocha": "~0.1.1",
"karma-ng-scenario": "~0.1.0",
"karma-jasmine": "~0.1.4",
"karma-coverage": "~0.1",
"travis-cov": "~0.2.5"
},
"dependencies": {
"express": "~3.4.6",
"jade": "~0.35.0",
"nconf": "~0.6.9",
"request": "2.30.0",
"mongoskin": "0.6.1",
"lodash": "2.4.1",
"mkdirp": "~0.3.5",
"q": "~1.0.0",
"bson": "~0.2.5",
"shoe": "0.0.15",
"event-stream": "~3.1.0",
"ansi2html": "0.0.1",
"mv": "1.0.0",
"emit-stream": "~0.1.2",
"JSONStream": "~0.8.0",
"mongoose": "^3.8.8"
}
}