-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 928 Bytes
/
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
{
"name": "unrest",
"version": "2.3.2",
"description": "javascript REST library with more control over caching.",
"main": "dist/node/main.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": "xori/unrest-js",
"keywords": [
"rest",
"javascript",
"cache"
],
"author": "Evan Verworn <evan.verworn@dsbn.org>",
"license": "MIT",
"dependencies": {
"node-localstorage": "^0.6.0",
"superagent": "^1.5.0",
"odata-filter-parser": "^0.2.8"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"json-server": "^0.8.9",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}