We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04ae090 + c303003 commit 49641a4Copy full SHA for 49641a4
composer.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "pitana/pitana.js",
3
+ "description": "pitana.js, framework for developing large scale modular JavaScript applications using Custom Elements",
4
+ "repo": "pitana/pitana.js",
5
+ "version": "1.0.6",
6
+ "main": "dist/pitana.js",
7
+ "keywords": [
8
+ "scalable",
9
+ "framework",
10
+ "webcomponents"
11
+ ],
12
+ "license": "MIT",
13
+ "readmeFilename": "README.md",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git://github.com/pitana/pitana.js.git"
17
+ },
18
+ "require": {
19
+ "webmodules/webcomponentsjs": ">=0.5.2"
20
+ }
21
+}
0 commit comments