-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 960 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 960 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
{
"name": "magicpresenter",
"version": "1.1.1",
"description": "Sketch Plugin to Present Slides or Deck directly in Sketch 3",
"homepage": "https://github.com/MagicSketch/MagicPresenter#readme",
"bugs": {
"url": "https://github.com/MagicSketch/MagicPresenter/issues"
},
"license": "ISC",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MagicSketch/MagicPresenter.git"
},
"scripts": {
"test": "grunt test",
"kill": "grunt kill",
"install": "grunt install",
"build": "grunt build",
"archive": "grunt archive",
"upload": "grunt upload",
"tag": "grunt tag",
"release": "grunt release",
"echo": "echo $npm_package_name $npm_package_config_version $npm_config_version"
},
"config": {
"version": ""
},
"devDependencies": {
"curlrequest": "^0.3.10",
"grunt": "^0.4.5",
"grunt-appdmg": "^0.3.3",
"grunt-gh-release": "0.0.2",
"grunt-shell": "^1.3.0",
"underscore": "^1.8.3"
}
}