forked from carbon-io/atom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 817 Bytes
/
package.json
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
{
"name": "atom",
"version": "0.2.14",
"description": "Simple object toolkit for Javascript",
"license": "MIT",
"keywords": ["atom", "atomjs"],
"contributors": [
"Will Shulman <[email protected]>"
],
"scripts": {
"test": "node test/all.js"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/carbon-io/atom.git"
},
"main": "./lib/atom.js",
"directories" : {
"lib" : "./lib",
"bin" : "./bin"
},
"engines": { "node": ">= 4.0.0" },
"dependencies" : {
"nomnom": "1.8.0",
"lodash" : "4.5.x",
"bond": "carbon-io/bond.git#v0.1.14",
"@carbon-io/fibers": "carbon-io/fibers.git#v0.3.2"
},
"devDependencies": {
"sinon": "1.x",
"mockery": "1.x"
},
"scripts": {
"test": "node test/all.js"
},
"preferGlobal": false
}