Repository: incubator-apex-site Updated Branches: refs/heads/master [created] b45e77a1b
initial commit, added bower.json and package.json files Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/79341483 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/79341483 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/79341483 Branch: refs/heads/master Commit: 793414837cc13c8c48565b968dbbc9f389a753ff Parents: Author: Andy Perlitch <[email protected]> Authored: Fri Sep 4 16:52:58 2015 -0700 Committer: Andy Perlitch <[email protected]> Committed: Fri Sep 4 16:52:58 2015 -0700 ---------------------------------------------------------------------- bower.json | 25 +++++++++++++++++++++++++ package.json | 23 +++++++++++++++++++++++ 2 files changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/79341483/bower.json ---------------------------------------------------------------------- diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ee37d07 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "apex-incubator-site", + "version": "1.0.0", + "authors": [ + "Andy Perlitch <[email protected]>" + ], + "description": "The public incubator website for the Apache Apex Project", + "keywords": [ + "apache", + "software", + "foundation", + "apex", + "incubator", + "website" + ], + "license": "Apache-2.0", + "homepage": "http://apex.incubator.apache.org/", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/79341483/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json new file mode 100644 index 0000000..9c14c6a --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "apex-incubator-site", + "version": "1.0.0", + "description": "The public incubator website for the Apache Apex Project", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/incubator-apex-site.git" + }, + "keywords": [ + "apache", + "software", + "foundation", + "apex", + "incubator", + "website" + ], + "author": "Andy Perlitch <[email protected]>", + "license": "Apache-2.0" +}
