-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.56 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
{
"name": "umami",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"start": "gulp",
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^1.5.7",
"clone-stats": "0.0.1",
"expect.js": "^0.3.1",
"gulp": "^3.8.5",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.6.3",
"gulp-karma": "0.0.4",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.7",
"jsdoc": "^3.4.0",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.37",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.4",
"karma-nested-reporter": "^0.1.1",
"karma-nyan-reporter": "0.0.43",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^1.20.1",
"pre-commit": "^1.1.1",
"sinon": "^1.17.2"
},
"dependencies": {
"angular-mocks": "^1.4.8",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.4.3",
"chai": "^3.4.1",
"elastic.js": "fullscale/elastic.js#b29b7d2",
"elasticsearch": "^10.0.1",
"express": "^4.4.5",
"karma": "^0.12.37",
"karma-chai": "^0.1.0",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^1.21.5",
"mongoose": "^4.1.0",
"morgan": "^1.1.1",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"pg": "^4.4.3",
"q": "^1.0.1",
"request": "^2.36.0"
}
}