-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 844 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 844 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
{
"name": "complementos-apps",
"version": "0.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update-external-resources:istac": "node scripts/istac/update-external-resources.js",
"update-external-resources:ibestat": "node scripts/ibestat/update-external-resources.js",
"update-external-resources:iecm": "node scripts/iecm/update-external-resources.js",
"update-external-resources": "npm run update-external-resources:istac && npm run update-external-resources:ibestat && npm run update-external-resources:iecm",
"serve": "http-server ."
},
"repository": {
"type": "git",
"url": " "
},
"author": "",
"license": "ISC",
"devDependencies": {
"http-server": "^0.12.3",
"mkdirp": "^1.0.4",
"node-wget": "^0.4.3",
"rimraf": "^3.0.2"
}
}