-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 976 Bytes
/
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": "pxscene-ui",
"version": "2.2.3",
"description": "A library for creating React apps in pxScene.",
"main": "lib/pxscene-ui.js",
"types": "lib/pxscene-ui.d.js",
"files": [
"lib/*"
],
"scripts": {
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/Comcast/pxscene-ui"
},
"keywords": [
"javascript",
"pxscene",
"spark",
"px2react",
"react",
"frontend",
"ui",
"component",
"declarative",
"library"
],
"author": "Harry Hur",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "4.18.2",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-typescript": "0.12.0",
"typescript": "2.8.3",
"typescript-eslint-parser": "15.0.0"
},
"dependencies": {
"promise-queue": "2.2.3"
}
}