-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 969 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 969 Bytes
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": "cloudbridge-core",
"version": "0.1.5-SNAPSHOT",
"description": "The Cloudbridge AdvPL/JavaScript application library",
"license": "MIT",
"main": "Gruntfile.js",
"contributors": [
{
"name": "Rogerio Ribeiro da Cruz",
"email": "rogerio.ribeiro@totvs.com.br"
}
],
"repository": {
"type": "git",
"url": "https://github.com/totvstec/cloudbridge-core.git"
},
"scripts": {
"build": "grunt",
"clean": "grunt clean",
"release": "grunt release"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^4.0.0",
"grunt-template": "^1.0.0",
"grunt-ts": "^6.0.0-beta.22",
"load-grunt-tasks": "^4.0.0",
"q": "^1.5.1",
"semver": "^5.6.0",
"shelljs": "^0.8.3",
"time-grunt": "^2.0.0",
"totvs-platform-helper": "^2.1.0",
"totvstec-tools": "^1.0.7",
"typescript": "2.1.6"
}
}