-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 846 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
{
"name": "WriteOn-Pad",
"version": "0.0.3",
"main": "build/pad.js",
"author": "WriteOn <team@writeon.io>",
"description": "Enjoy live editing (+markdown) in WriteOn",
"repository": {
"type": "git",
"url": "https://github.com/BeardndFedora/WriteOn-Pad"
},
"keywords": [
"editor",
"markdown",
"medium"
],
"license": {
"type": "MIT",
"url": "https://github.com/BeardndFedora/WriteOn-Pad/blob/master/license.txt"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3"
},
"scripts": {
"test": "grunt --verbose"
},
"readmeFilename": "README.md",
"dependencies": {
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2"
}
}