forked from electricimp/Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 932 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 932 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
38
39
{
"name": "Builder",
"version": "2.2.4",
"description": "Builder Language Implementation",
"main": "src/index.js",
"bin": {
"pleasebuild": "src/cli.js"
},
"scripts": {
"test": "node_modules/jasmine/bin/jasmine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electricimp/Builder.git"
},
"author": "Electric Imp",
"license": "MIT",
"bugs": {
"url": "https://github.com/electricimp/Builder/issues"
},
"homepage": "https://github.com/electricimp/Builder#readme",
"dependencies": {
"clone": "^1.0.2",
"github": "^0.2.4",
"jsep": "^0.3.1",
"request": "^2.71.0",
"minimatch": "^3.0.4",
"fs-extra": "^3.0.1",
"xxhashjs": "^0.2.1",
"decomment": "^0.9.0"
},
"devDependencies": {
"jasmine": "^2.4.1",
"jasmine-diff-matchers": "^2.0.0",
"jasmine-expect": "^2.0.2",
"log": "^1.4.0",
"fixture-stdout": "^0.2.1"
}
}