-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
29 lines (29 loc) · 1.06 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
{
"name": "ultimate-tsdb-comparison",
"description": "Comparison of time series databases",
"version": "1.0.0",
"scripts": {
"start": "npm run gulp:compile && npm run server:start",
"build": "npm run gulp:compile",
"dev": "concurrently \"npm run gulp:development\" \"npm run server:start\" ",
"gulp:compile": "./node_modules/.bin/gulp default --gulpfile=./node_modules/ultimate-comparison/lib/gulp/gulpfile.js --dir=node_modules/ultimate-comparison",
"gulp:development": "node ./node_modules/gulp/bin/gulp.js dev --gulpfile=./node_modules/ultimate-comparison/lib/gulp/gulpfile.js --dir=node_modules/ultimate-comparison",
"server:start": "./node_modules/.bin/angular-http-server --path dist --p 3001"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:TSDBBench/Ultimate-TSDB-Comparison.git"
},
"dependencies": {
"concurrently": "^3.5.1",
"gulp": "^4.0.0",
"gulp-exec": "^3.0.1",
"ultimate-comparison": "^2.0.0-alpha.27"
}
}