-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.32 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "fusepm",
"version": "0.2.6",
"description": "Package manager for Fusetools",
"main": "./lib/fusepm.js",
"bin": "./bin/fusepm.js",
"scripts": {
"test": "mocha"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/bolav/fusepm"
},
"bugs": {
"url": "https://github.com/bolav/fusepm/issues"
},
"keywords": [
"fusetools"
],
"author": "bolav <[email protected]> (http://www.ikke.no/)",
"license": "ISC",
"dependencies": {
"babel-core": "^6.7.4",
"babel-plugin-transform-fusepm": "0.0.1",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"browserify": "^13.0.0",
"clarinet": "^0.11.0",
"commander": "^2.9.0",
"debug": "^2.2.0",
"hosted-git-info": "^2.1.4",
"json-parser": "^1.1.5",
"jsonrepair": "^0.1.0",
"lodash": "^4.8.2",
"mkdirp": "^0.5.1",
"module-deps": "^4.0.5",
"normalize-git-url": "^3.0.1",
"npm": "^3.8.5",
"npm-package-arg": "^4.1.0",
"resolve": "^1.1.7",
"semver": "^5.1.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"mocha-sinon": "^1.1.5",
"sinon": "^1.17.4"
}
}