-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 779 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 779 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "node-elm-compile-string",
"version": "1.0.6",
"description": "Compile Elm code directly from a string",
"license": "MIT",
"repository": "GabiGrin/node-elm-compile-string",
"author": {
"name": "GabiG",
"email": "gabi.grinberg@gmail.com",
"url": "github.com/GabiGrin"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "xo index.js test.js && ava",
"patch": "npm version patch && git push && npm publish"
},
"files": [
"index.js",
"cache"
],
"keywords": [
""
],
"dependencies": {
"cross-spawn-promise": "^0.4.1",
"native-promisify": "^1.2.0",
"ncp": "^2.0.0",
"promisify": "0.0.3",
"temp": "^0.8.3"
},
"devDependencies": {
"ava": "^0.11.0",
"xo": "^0.12.1"
}
}