-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 823 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
{
"name": "spec-tool",
"version": "0.1.0",
"description": "Specification tool.",
"license": "MIT",
"scripts": {
"postinstall": "npm run link",
"link": "lerna run link --parallel",
"start": "lerna run start --parallel",
"build:domain": "lerna run build:domain --parallel",
"build": "lerna run build",
"patch-release": "lerna run patch-release --parallel",
"minor-release": "lerna run minor-release --parallel",
"gen:schema": "lerna run gen:schema --parallel"
},
"keywords": [
"mithril",
"dynamic forms",
"form generator",
"dynamic questionnaire",
"specification",
"requirements",
"design",
"user requirements"
],
"author": "Erik Vullings <erik.vullings@gmail.com>",
"devDependencies": {
"lerna": "^3.15.0",
"rimraf": "^2.6.3"
}
}