-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 818 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 818 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
{
"name": "default",
"version": "0.0.5",
"description": "Default template for fis scaffold",
"main": "index.js",
"scripts": {
"build-dev": "node build/dev.js",
"dev-server": "node build/dev-server.js",
"build": "npm run tag && node build/build.js",
"tag": "bump --prompt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fis-scaffold/default.git"
},
"keywords": [
"fis",
"scaffold"
],
"author": "fex",
"license": "BSD",
"bugs": {
"url": "https://github.com/fis-scaffold/default/issues"
},
"homepage": "https://github.com/fis-scaffold/default",
"dependencies": {},
"devDependencies": {
"express": "^4.16.4",
"shelljs": "^0.8.2",
"version-bump-prompt": "^4.2.1"
}
}