UNPKG

1.1 kBJSONView Raw
1{
2 "main": "./lib/asar.js",
3 "name": "asar",
4 "description": "Creating atom-shell app packages",
5 "version": "0.8.3",
6 "bin": {
7 "asar": "bin/asar"
8 },
9 "licenses": [
10 {
11 "type": "MIT",
12 "url": "http://github.com/atom/asar/raw/master/LICENSE"
13 }
14 ],
15 "homepage": "https://github.com/atom/asar",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/atom/asar.git"
19 },
20 "bugs": {
21 "url": "https://github.com/atom/asar/issues"
22 },
23 "scripts": {
24 "prepublish": "grunt coffee",
25 "pretest": "grunt clean coffeelint coffee",
26 "test": "mocha --reporter spec",
27 "clean": "grunt clean"
28 },
29 "dependencies": {
30 "chromium-pickle-js": "0.1.0",
31 "commander": "2.3.0",
32 "cuint": "0.1.5",
33 "minimatch": "2.0.4",
34 "mkdirp": "^0.5.0",
35 "mksnapshot": "0.1.0",
36 "glob": "^5.0.5"
37 },
38 "devDependencies": {
39 "grunt": "~0.4.1",
40 "grunt-coffeelint": "0.0.6",
41 "grunt-contrib-coffee": "~0.6.6",
42 "grunt-cli": "~0.1.7",
43 "coffee-script": "~1.6.2",
44 "rimraf": "~2.1.4",
45 "lodash": "^2.4.1",
46 "mocha": "^2.0.1"
47 }
48}