Skip to content

Commit f152855

Browse files
committed
packages
1 parent dedb8e8 commit f152855

File tree

6 files changed

+49
-0
lines changed

6 files changed

+49
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages

LICENSE

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
The BSD 2-Clause License
2+
http://www.opensource.org/licenses/bsd-license.php
3+
4+
Copyright (c) 2012, The chrome.dart project authors
5+
All rights reserved.
6+
7+
Redistribution and use in source and binary forms, with or without
8+
modification, are permitted provided that the following conditions are met:
9+
10+
1. Redistributions of source code must retain the above copyright notice, this
11+
list of conditions and the following disclaimer.
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
20+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26+
27+
The views and conclusions contained in the software and documentation are those
28+
of the authors and should not be interpreted as representing official policies,
29+
either expressed or implied, of the FreeBSD Project.

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog - chrome.dart
2+
3+
## 0.0.0-dev 17 Dec 2012 (SDK 0.2.9.6 r16207)

pubspec.lock

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"packages":{"js":{"version":"0.0.13","source":"hosted","description":"js"},"bot":{"version":"0.9.0-beta2","source":"hosted","description":"bot"},"unittest":{"version":"0.2.8+2","source":"hosted","description":"unittest"},"logging":{"version":"0.2.8+2","source":"hosted","description":"logging"},"args":{"version":"0.2.8+2","source":"hosted","description":"args"},"meta":{"version":"0.2.8+2","source":"hosted","description":"meta"}}}

pubspec.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: chrome
2+
homepage: https://github.com/dart-gde/chrome.dart
3+
version: 0.0.0-dev
4+
dependencies:
5+
bot: 0.9.0-beta2
6+
js: 0.0.13

readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# chrome.dart
2+
3+
# Versioning
4+
5+
Our goal is to follow [Semantic Versioning](http://semver.org/).
6+
7+
# Authors
8+
* [Kevin Moore](https://github.com/kevmoo) ([@kevmoo](http://twitter.com/kevmoo))
9+
* _You? File bugs. Fork and Fix bugs. Let's build this community._

0 commit comments

Comments
 (0)