forked from marmelab/FakeRest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.21 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
{
"name": "fakerest",
"version": "2.1.0",
"repository": "https://github.com/marmelab/FakeRest",
"description":
"Patch XMLHttpRequest to fake a REST server based on JSON data. ",
"scripts": {
"test": "make test"
},
"main": "dist/FakeRest.min.js",
"author": "François Zaninotto <[email protected]>",
"license": "MIT",
"devDependencies": {
"array.prototype.findindex": "~2.0.0",
"babel-core": "~6.22.1",
"babel-loader": "~6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "~6.22.0",
"fetch-mock": "~5.9.3",
"jasmine-core": "^2.5.2",
"karma": "1.4.1",
"karma-chrome-launcher": "2.0.0",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-spec-reporter": "0.0.26",
"object.assign": "~4.0.1",
"sinon": "~1.14.1",
"string.prototype.endswith": "~0.2.0",
"webpack": "~1.7.1"
},
"dependencies": {
"babel-runtime": "^6.22.0"
}
}