-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.66 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": "markedit",
"version": "1.0.0",
"description": "Markdown widget",
"main": "index.js",
"dependencies": {
"marked": "^0.3.5"
},
"devDependencies": {
"babel-plugin-__coverage__": "^11.0.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"codeclimate-test-reporter": "^0.3.3",
"eslint": "^3.1.1",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-karma": "^2.0.0",
"isparta": "^4.0.0",
"istanbul": "^0.4.4",
"karma": "^1.1.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"matchdep": "^1.0.1",
"mocha": "^2.5.3",
"ngrok": "^2.2.2",
"phantomjs": "^2.1.7",
"sinon": "^1.17.4"
},
"scripts": {
"test": "grunt mocha test",
"cover": "istanbul cover tests/index.test.js",
"climate": "codeclimate-test-reporter < coverage/lcov/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christiannwamba/markedit.git"
},
"keywords": [
"Markdown",
"JavaScript",
"Widget"
],
"author": "Christian Nwamba",
"license": "MIT",
"bugs": {
"url": "https://github.com/christiannwamba/markedit/issues"
},
"homepage": "https://github.com/christiannwamba/markedit#readme"
}