-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "simple-search-service",
"version": "0.2.1",
"description": "A Node app that creates a faceted search engine, powered by IBM Cloudant",
"scripts": {
"start": "node app.js",
"test": "grunt"
},
"license": "Apache-2.0",
"dependencies": {
"async": "^2.4.1",
"body-parser": "^1.17.2",
"metrics-tracker-client": "*",
"cfenv": "1.0.4",
"cloudant": "1.8.0",
"compression": "^1.6.2",
"cors": "^2.8.3",
"couchimport": "^0.6.0",
"csv-parse": "^1.2.0",
"debug": "^2.6.8",
"express": "^4.15.3",
"multer": "^1.3.0",
"passport": "^0.3.2",
"passport-anonymous": "^1.0.1",
"passport-http": "^0.3.0",
"request": "^2.81.0",
"socket.io": "^2.0.2",
"underscore": "^1.8.3",
"simple-service-registry": "^0.1.1"
},
"devDependencies": {
"autoprefixer": "^6.2.3",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jscs": "^3.0.1",
"gulp": "^3.9.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"jshint": "^2.9.3",
"postcss-cssnext": "^2.4.0",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^7.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-watson-data-lab/simple-search-service"
}
}