8000
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.
1 parent 3d5fbde commit d40cc54Copy full SHA for d40cc54
package.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "xforjs",
3
+ "version": "2.0.4",
4
+ "description": "A Javscript Template Compiler that would make Mama proud.",
5
+ "preferGlobal": false,
6
+ "main": "./index.js",
7
+ "author": "Joseph Spencer <js.developer.undefined@gmail.com>",
8
+ "keywords": [
9
+ "javascript",
10
+ "template",
11
+ "compiler"
12
+ ],
13
+ "bin":{
14
+ "xforjs":"./bin/xforjs.js"
15
+ },
16
+ "dependencies":[
17
+ "config-tools",
18
+ "walk"
19
20
+ "analyze": false,
21
+ "license": "apache 2.0",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/jsdevel/XforJS.git"
25
+ }
26
+}
0 commit comments