-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.16 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "fng-audit",
"version": "0.12.0-beta.292",
"description": "Client part of forms-angular audit plugin",
"homepage": "https://www.forms-angular.org/#/plugins",
"files": [
"dist"
],
"dependencies": {
"async": "3.2.5",
"colors": "1.4.0",
"jsondiffpatch": "=0.5.0",
"lodash": "4.17.21",
"lodash.clonedeep": "^4.5.0"
},
"scripts": {
"test": "mocha --exit",
"build": "grunt"
},
"main": "./dist/server/fng-audit.js",
"devDependencies": {
"@types/angular": "1.8.9",
"@types/async": "3.2.24",
"@types/chai": "4.3.16",
"@types/express": "4.17.21",
"@types/mocha": "10.0.7",
"angular": "^1.8.3",
"chai": "=4.3.10",
"forms-angular": "0.12.0-beta.292",
"grunt": "^1.6.1",
"grunt-angular-templates": "^1.2.0",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-legacy-log": "3.0.0",
"mocha": "^10.4.0",
"mongoose": "=7.6.8",
"mongodb": "=5.9.1"
},
"license": "MIT",
"authors": [
"Mark Chapman <[email protected]>"
],
"keywords": [
"forms-angular",
"mongoose",
"audit",
"history"
]
}