forked from SaxoBank/openapi-clientlib-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 866 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
{
"name": "openapi-clientlib",
"version": "1.0.0",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "grunt test"
},
"main": "dist/release/openapi-client.js",
"files": [
"dist",
"src"
],
"repository": {
"type" : "git",
"url" : "https://github.com/SaxoBank/openapi-clientlib-js.git"
},
"licence": "Apache-2.0",
"devDependencies": {
"babel-preset-es2015-rollup": "1.1.1",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-rollup": "0.7.1",
"grunt-template-jasmine-istanbul": "0.4.0",
"remap-istanbul": "0.5.1",
"rollup-plugin-babel": "2.4.0",
"taffydb": "2.7.3"
}
}