Skip to content

Commit 7792138

Browse files
committed
added package.json
1 parent 5a4f076 commit 7792138

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "programkode",
3+
"version": "0.7.0",
4+
"description": "Application Framework Builder",
5+
"main": "programkode.js",
6+
"scripts": {
7+
"test": "gulp test"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "http://github.com/programkode/programkode.git"
12+
},
13+
"keywords": [
14+
"builder",
15+
"framework",
16+
"application-builder",
17+
"gulp",
18+
"typescript",
19+
"programkode"
20+
],
21+
"author": "programkode",
22+
"license": "Artistic-2.0",
23+
"bugs": {
24+
"url": "https://github.com/programkode/programkode/issues"
25+
},
26+
"homepage": "https://github.com/programkode/programkode"
27+
}

0 commit comments

Comments
 (0)