-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.52 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
57
58
59
60
61
62
{
"name": "atom-package-manager",
"description": "Atom package manager",
"version": "1.18.12",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/atom/apm.git"
},
"bugs": {
"url": "https://github.com/atom/apm/issues"
},
"main": "./lib/apm.js",
"bin": {
"apm": "./bin/apm"
},
"scripts": {
"build": "node script/check-version.js && grunt",
"prepublish": "grunt prepublish",
"install": "node script/postinstall.js",
"test": "node script/check-version.js && grunt test",
"check-version": "node version.js"
},
"dependencies": {
"asar-require": "0.3.0",
"async": "~0.2.8",
"colors": "~0.6.1",
"first-mate": "6.2.0",
"fs-plus": "2.x",
"git-utils": "^4.0",
"hosted-git-info": "^2.1.4",
"keytar": "^4.0",
"mv": "2.0.0",
"ncp": "~0.5.1",
"npm": "3.10.10",
"node-gyp": "3.4.0",
"open": "0.0.4",
"plist": "git+https://github.com/nathansobo/node-plist.git",
"q": "~0.9.7",
"read": "~1.0.5",
"request": "^2.72.0",
"rimraf": "^2.5.2",
"season": "^6.0.2",
"semver": "^5.1.0",
"tar": "^2.2.1",
"temp": "~0.7.0",
"underscore-plus": "1.x",
"wordwrap": "0.0.2",
"wrench": "~1.5.1",
"yargs": "^3.23.0"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"express": "~3.2.3",
"grunt": "^1.0.1",
"grunt-coffeelint": "0.0.16",
"grunt-cli": "^1.2.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-shell": "^1.3.0",
"jasmine-focused": ">=1.0.7 <2.0"
}
}