forked from virasak/angular-elm
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 700 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "angularjs-ng-elm",
"version": "1.1.0",
"scripts": {
"build/test": "cd test/todos/elm-app; elm make src/*.elm src/Nest/Deeply/*.elm src/IDoNotExist/*.elm --output=../angularjs-app/js/Elm.js",
"start": "cd test; elm reactor"
},
"description": "AngularJS directive for Elm modules with interoperation via ports",
"main": "angularjs-ng-elm.js",
"repository": "git@github.com:Pilatch/angularjs-ng-elm.git",
"author": "Ethan Martin <ethan@pilatch.com>",
"license": "CDDL 1.0",
"private": false,
"keywords": [
"angular",
"angular1",
"angular1.x",
"angularjs",
"elm",
"directive",
"ng-elm",
"adapter",
"interop",
"ports"
]
}