You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openNG/package.json

47 lines
1.1 KiB
JSON

10 years ago
{
"name": "openNG",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"arraydiff": "^0.1.3",
"bhttp": "^1.2.1",
"bluebird": "^3.0.6",
"body-parser": "^1.15.1",
8 years ago
"create-error": "^0.3.1",
"debug": "^2.2.0",
8 years ago
"default-value": "^1.0.0",
"elasticsearch": "^13.0.0-rc2",
"express": "^4.13.3",
"express-promise-router": "^1.0.0",
"in-array": "^0.1.2",
8 years ago
"jquery": "^3.2.1",
"pug": "^2.0.0-beta11",
"rfr": "^1.2.3",
"riot": "^3.4.2",
"riot-query": "^1.0.0",
"uuid": "^3.0.1",
"xtend": "^4.0.1"
10 years ago
},
"devDependencies": {
"@joepie91/gulp-preset-es2015": "^1.0.1",
8 years ago
"@joepie91/gulp-preset-scss": "^1.0.3",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-riot": "^1.1.0",
"debounce": "^1.0.0",
"element-size": "^1.1.1",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.0.4",
"gulp-rename": "^1.2.0",
"json-loader": "^0.5.4",
8 years ago
"node-sass": "^4.5.2",
"path-to-regexp": "^1.2.1",
8 years ago
"riotjs-loader": "^4.0.0",
"webpack-stream-fixed": "^3.2.2"
10 years ago
}
}