Skip to content

Commit d31f28c

Browse files
Added NPM package.json and package's main JS file.
1 parent 4081a49 commit d31f28c

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

app.js

Whitespace-only changes.

package.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "angular-stream-api",
3+
"version": "0.0.1",
4+
"description": "A Workfront Stream API for AngularJS",
5+
"main": "app.js",
6+
"scripts": {
7+
"test": "karma start"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/HamletHakobyan/angular-stream-api.git"
12+
},
13+
"keywords": [
14+
"workfront",
15+
"streamapi",
16+
"stream",
17+
"api",
18+
"angular"
19+
],
20+
"author": "Workfront",
21+
"contributors": [
22+
"Hamlet Hakobyan <[email protected]>"
23+
],
24+
"license": "MIT",
25+
"bugs": {
26+
"url": "https://github.com/HamletHakobyan/angular-stream-api/issues"
27+
},
28+
"homepage": "https://github.com/HamletHakobyan/angular-stream-api#readme"
29+
}

0 commit comments

Comments
 (0)