We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8132967 + 8d08237 commit 0d00915Copy full SHA for 0d00915
bower.json
@@ -0,0 +1,12 @@
1
+{
2
+ "name": "extend.js",
3
+ "version": "0.2.1",
4
+ "main": [
5
+ "src/extend.js"
6
+ ],
7
+ "ignore": [
8
+ "**/.*",
9
+ "node_modules",
10
+ "components"
11
+ ]
12
+}
package.json
@@ -0,0 +1,13 @@
+ "version": "v0.2.1",
+ "description": "ExtendJS extends JavaScript with a simple yet powerful class abstraction",
+ "main": "src/extend.js",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/Benjaminsen/extend.js.git"
+ },
+ "author": "Chris Benjaminsen",
+ "license": "MIT",
+ "readmeFilename": "README.md"
13
0 commit comments