-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
67 lines (67 loc) · 1.76 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
{
"name": "materialnote",
"description": "WYSIWYG editor for the web based on materialnote.js and materializeCss",
"version": "2.0.5",
"license": "MIT",
"keywords": [
"editor",
"WYSIWYG"
],
"repository": {
"type": "git",
"url": "[email protected]:Cerealkillerway/materialNote.git"
},
"author": {
"name": "CK",
"email": "<[email protected]>"
},
"main": "dist/materialnote.js",
"scripts": {
"test": "grunt test",
"server": "grunt server",
"build": "grunt build",
"dist": "grunt dist"
},
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^2.2.4",
"version-updater": "^3.13.0"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-spies": "^0.7.1",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~2.2.0",
"grunt-contrib-watch": "*",
"grunt-coveralls": "^1.0.0",
"grunt-exec": "^2.0.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^2.0.0",
"grunt-recess": "*",
"grunt-saucelabs": "*",
"grunt-webfont": "^1.0.2",
"karma": "1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"load-grunt-tasks": "3.5.2",
"mocha": "^3.2.0",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.1.7",
"requirejs": "^2.1.22"
}
}