This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.55 KB
/
package.json
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
39
40
41
42
43
44
45
{
"name": "angular-batscanner",
"version": "0.0.0",
"description": ":telescope: Angular 2 BatScanner - Yet another Angular 2 devtool for performance analysis",
"main": "index.js",
"private": true,
"scripts": {
"build": "lerna run build",
"install": "npm run install:bootstrap",
"install:bootstrap": "lerna bootstrap --log-level silly",
"lerna": "lerna",
"lint": "eslint . --cache",
"postinstall:bootstrap": "npm run build",
"publish": "lerna publish",
"start": "lerna run start",
"test": "npm run lint && npm run test:unit",
"test:unit": "NODE_ENV=test mocha 'packages/*/test' --opts test/mocha.opts",
"watch:test:unit": "chokidar 'packages/*/(test|src)/*.js' -c 'npm run test:unit --silent' --initial"
},
"keywords": [],
"author": "Douglas Duteil <[email protected]> (douglasduteil.github.io)",
"license": "WTFPL",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-preset-env": "^1.1.4",
"chai": "^3.5.0",
"chokidar-cli": "^1.2.0",
"douglasduteil...lerna": "2.0.0-beta.30.1",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.2.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.1.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/douglasduteil/angular-batscanner.git"
},
"bugs": {
"url": "https://github.com/douglasduteil/angular-batscanner/issues"
},
"homepage": "https://github.com/douglasduteil/angular-batscanner#readme"
}