forked from sequence-so/sequence
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 691 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 691 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
{
"name": "sequence.so",
"private": true,
"version": "0.1.1",
"description": "Marketing automation tool for data-driven marketers.",
"homepage": "https://sequence.so",
"scripts": {
"bootstrap": "lerna exec yarn install",
"build": "lerna run build",
"dev": "lerna run dev --parallel",
"test": "lerna run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sequence/sequence.git"
},
"author": {
"name": "Helson Taveras",
"email": "helson@sequence.so"
},
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/helsont/sequence/issues"
},
"devDependencies": {
"lerna": "^4.0.0"
}
}