mirror of
https://github.com/bower/bower.git
synced 2026-04-02 03:01:15 -04:00
22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"name": "bower",
|
|
"version": "0.0.0",
|
|
"description": "This repository is just an experiment around the new bower rewrite. It will remain private and only trustworthy people will have access to it. It's meant to be a common place to share thoughts.",
|
|
"dependencies": {
|
|
"mout": "~0.4.0",
|
|
"q": "~0.9.2",
|
|
"tmp": "0.0.16",
|
|
"rc": "~0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.8.2",
|
|
"expect.js": "~0.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"author": "Twitter",
|
|
"license": "MIT",
|
|
"private": true
|
|
}
|