forked from americanexpress/one-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1.17 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
{
"name": "@americanexpress/one-app-statics",
"version": "6.10.0",
"description": "One App Static Assets",
"main": "index.js",
"scripts": {
"postinstall": "node postinstall.js"
},
"license": "Apache-2.0",
"contributors": [
"Andres Escobar <[email protected]> (https://github.com/anescobar1991)",
"James Singleton <[email protected]> (https://github.com/JamesSingleton)",
"Jamie King <[email protected]> (https://github.com/10xLaCroixDrinker)",
"Jonathan Adshead <[email protected]> (https://github.com/JAdshead)",
"Michael Tobia <[email protected]> (https://github.com/Francois-Esquire)",
"Michael Tomcal <[email protected]> (https://github.com/mtomcal)",
"Stephanie Coates <[email protected]> (https://github.com/stephaniecoates)",
"Nelly Kiboi <[email protected]> (https://github.com/nellyk)",
"Nickolas Oliver <[email protected]> (https://github.com/PixnBits)",
"Ruben Casas <[email protected]> (https://github.com/infoxicator)"
],
"homepage": "https://github.com/americanexpress/one-app",
"bugs": {
"url": "https://github.com/americanexpress/one-app/issues"
}
}