-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 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
46
47
48
49
50
51
{
"name": "bd-core",
"version": "3.2.0",
"description": "a JavaScript library for building browser-hosted user interfaces",
"homepage": "http://backdraftjs.org",
"bugs": "http://github.com/altoviso/backdraft/issues",
"github": "http://github.com/altoviso/backdraft",
"repository": {
"type": "git",
"url": "git://github.com/altoviso/backdraft.git"
},
"main": "lib.js",
"directories": {
"test": "test"
},
"files": [
"/dist",
"/src",
"lib.js",
"LICENSE",
"README.md"
],
"scripts": {
"build": "./node_modules/.bin/rollup -c",
"test": "node node_modules/bd-smoke/smoke-runner-node.js",
"lint": "./node_modules/.bin/eslint src"
},
"author": "Rawld Gill",
"license": "BSD-3-Clause",
"keywords": [
"backdraft",
"bd",
"SPA",
"javascript",
"framework",
"javascript framework",
"application framework",
"browser application framework",
"javascript library",
"application library",
"browser application library"
],
"devDependencies": {
"bd-smoke": "^1.6.0",
"eslint": "^6.8.0",
"eslint-config-backdraft": "^1.0.1",
"eslint-plugin-import": "^2.20.1",
"rollup": "^1.31.1",
"selenium-webdriver": "^4.0.0-alpha.5"
}
}