We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4081a49 commit d31f28cCopy full SHA for d31f28c
app.js
package.json
@@ -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