-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.21 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "proof-sdk",
"version": "0.11.0-alpha.7",
"scripts": {
"test": "jest",
"flow": "flow"
},
"engines": {
"node": ">=8"
},
"main": "./index.js",
"bin": {
"proof": "./bin/proof"
},
"dependencies": {
"autoprefixer": "^6.0.2",
"aws-sdk": "^2.3.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.24.0",
"babelify": "^7.3.0",
"brfs": "^1.4.1",
"browserify": "^11.0.1",
"budo": "^10.0.4",
"coffee-react": "^5.0.0",
"coffee-react-transform": "^4.0.0",
"coffee-reactify": "^4.0.0",
"coffee-script": "^1.9.3",
"colors": "^1.0.3",
"commander": "^2.5.0",
"css": "^2.2.1",
"envify": "^3.4.1",
"fs-extra": "^0.12.0",
"html": "0.0.7",
"livereload": "^0.6.2",
"lodash": "4.13.1",
"node-sass": "^3.7.0",
"node-watch": "^0.3.4",
"optimize-js": "^1.0.1",
"parse-link-header": "^0.2.0",
"postcss": "5.0.4",
"prompt": "^0.2.14",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"request": "^2.45.0",
"rfc822-date": "^0.0.3",
"shiny": "^1.0.0",
"sqwish": "^0.2.2",
"temp": "^0.8.1",
"uglify-es": "^3.0.15",
"when": "^3.6.4"
},
"devDependencies": {
"flow-bin": "^0.52.0",
"flow-typed": "^2.1.2",
"jest": "^19.0.2",
"jest-cli": "^19.0.2",
"marked": "^0.3.2",
"react-addons-test-utils": "^15.0.1",
"react-test-renderer": "^15.5.4"
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
],
"testPathIgnorePatterns": [
"/node_modules/"
]
},
"homepage": "https://proof.pub",
"bugs": "https://github.com/marquee/static-sdk",
"repository": {
"type": "git",
"url": "git://github.com/marquee/static-sdk.git"
},
"author": "Alec Perkins <[email protected]>",
"license": "Unlicense",
"contributors": [
{
"name": "Alec Perkins",
"email": "[email protected]"
},
{
"name": "Alex Cabrera",
"email": "[email protected]"
}
]
}