-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.29 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.29 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "fast-fastjs",
"version": "0.6.14",
"description": "Formio interface for online and offline use",
"main": "lib/fast-fastjs.min.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "rm -rf lib/* && webpack --env build",
"rebuild": "rm -rf node_modules && npm install && npm run build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha-webpack --colors --recursive -w --timeout 100000 --webpack-config test/config/webpack.config.test.js --require mock-local-storage --require test/config/setup.js --exit src/**/**/*.spec.js --exit ",
"test:watch": "mocha-webpack --webpack-config webpack.config.test.js --watch --glob '*.spect.js' --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/fast-platform/fastjs.git"
},
"keywords": [
"form.io",
"js",
"cordova",
"browser"
],
"author": "Ignacio Cabrera",
"license": "MIT",
"bugs": {
"url": "https://github.com/UN-FAO/fastjs.git/issues"
},
"homepage": "https://github.com/UN-FAO/fastjs.git#readme",
"dependencies": {
"await-to-js": "^2.0.1",
"axios": "^0.18.0",
"bluebird": "^3.5.2",
"fast-fluent": "^0.1.17",
"fluent-formio": "^0.1.4",
"lokijs": "^1.5.5",
"md5": "^2.2.1",
"moment": "^2.22.2",
"uuid": "^3.2.1"
},
"devDependencies": {
"axios-mock-adapter": "^1.15.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"buffer": "^5.2.1",
"chai": "^4.1.2",
"custom-event": "^1.0.1",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"isomorphic-fetch": "^2.2.1",
"jsdom": "11.11.0",
"jsdom-global": "3.0.2",
"lodash-webpack-plugin": "^0.11.5",
"mocha": "^5.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"mock-local-storage": "^1.0.5",
"node-fetch": "^2.2.0",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.1",
"webpack-node-externals": "^1.7.2",
"xmlhttprequest": "^1.8.0",
"yargs": "^11.0.0"
}
}