forked from ibm-watson-data-lab/simple-search-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "simple-search-service",
"version": "0.2.0",
"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": "^1.4.2",
"body-parser": "^1.13.2",
"cf-deployment-tracker-client": "^0.x",
"cfenv": "1.0.x",
"cloudant": "1.3.0",
"compression": "^1.5.1",
"cors": "^2.7.1",
"couchimport": "0.3.0",
"csv-parse": "1.0.1",
"debug": "^2.2.0",
"express": "4.12.x",
"multer": "^0.1.8",
"passport": "^0.3.2",
"passport-anonymous": "^1.0.1",
"passport-http": "^0.3.0",
"redis": "^0.12.1",
"request": "^2.58.0",
"socket.io": "^1.4.8",
"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-cds-labs/simple-search-service"
}
}