-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.45 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"_from": "Advanced Medium Editor",
"_id": "Advanced Medium Editor",
"_inBundle": false,
"_integrity": "sha512-he9/TdjX8f8MGdXGfCs8AllrYnqXJJvjNkDKmPg3aPW/uoIrlRqtkFthrwvmd+u4QyzEiadhCCM0EwTiRdUCJw==",
"_location": "/medium-editor",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "medium-editor@^5.15.0",
"name": "medium-editor",
"escapedName": "medium-editor",
"rawSpec": "^5.15.0",
"saveSpec": null,
"fetchSpec": "^5.15.0"
},
"author": {
"name": "Javascript603",
"email": "[email protected]"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Javascript603",
"email": "[email protected]"
}
],
"deprecated": false,
"description": "Medium Editor",
"devDependencies": {
"babel-eslint": "^10.0.1",
"brfs": "1.4.2",
"connect": "3.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-tap": "^2.0.1",
"grunt": "0.4.5",
"grunt-autoprefixer": "3.0.3",
"grunt-bump": "0.7.0",
"grunt-cli": "1.2.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "0.11.2",
"grunt-contrib-csslint": "0.5.0",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-coveralls": "1.0.0",
"grunt-eslint": "^21.0.0",
"grunt-fixmyjs": "^0.3.0",
"grunt-jscs": "2.6.0",
"grunt-plato": "1.3.0",
"grunt-sass": "1.2.1",
"grunt-saucelabs": "8.6.2",
"grunt-template-jasmine-istanbul": "0.4.0",
"jshint-stylish": "2.1.0",
"load-grunt-tasks": "3.4.0",
"lodash": "3.10.1",
"serve-static": "1.11.2",
"time-grunt": "1.3.0"
},
"keywords": [
"contenteditable",
"editor",
"url parse",
"rich-text",
"custom Emoji"
],
"license": "MIT",
"main": "dist/js/advanced-medium-editor.js",
"name": "advanced-medium-editor",
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "[email protected]:marzhaev/vikids_editor.git"
},
"scripts": {
"build": "node node_modules/grunt-cli/bin/grunt",
"start": "nodemon app.js",
"serve": "firebase serve",
"deploy": "firebase deploy",
"test": "node node_modules/grunt-cli/bin/grunt test --verbose",
"test:ci": "node node_modules/grunt-cli/bin/grunt travis --verbose"
},
"version": "2.0.0",
"dependencies": {}
}