mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 20:44:30 +08:00
15 lines
352 B
JSON
15 lines
352 B
JSON
{
|
|
"name": "composer",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Inbox Composer Component",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "./node_modules/.bin/bower install; node node_modules/.bin/r.js -o build.js"
|
|
},
|
|
"dependencies": {
|
|
"bower": "^1.3",
|
|
"requirejs": "~2.1.15"
|
|
}
|
|
}
|