-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 859 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
{
"name": "@bert.app/better-dropdown",
"version": "1.0.1",
"description": "BDD",
"license": "Apache 2",
"author": "B.R. Bredewold",
"dependencies": {},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-newer": "^1.2.0",
"node-base64-image": "^0.1.2",
"node-mendix-modeler-path": "https://github.com/JelteMX/node-mendix-modeler-path/archive/v1.0.0.tar.gz",
"semver": "^5.1.0",
"shelljs": "^0.7.4",
"xml2js": "^0.4.17"
},
"engines": {
"node": ">=5"
},
"generatorVersion": "2.2.5",
"paths": {
"testProjectFolder": "./test/",
"testProjectFileName": "Test.mpr"
},
"scripts": {
"build": "grunt build"
}
}