forked from jhollingworth/bootstrap-wysihtml5
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 KB
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
{
"name": "rv-bootstrap3-wysihtml5",
"version": "0.0.3",
"description": "Bootstrap WYSIWYG Editor",
"main": "src/js/bootstrap3-wysihtml5.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"keywords": [
"bootstrap",
"wysiwyg",
"editor"
],
"repository": {
"type": "git",
"url": "https://github.com/Rise-Vision/bootstrap3-wysihtml5.git"
},
"license": "MIT",
"homepage": "http://schnawel007.github.io/bootstrap3-wysihtml5/",
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"express": "^4.9.0",
"gulp": "^3.8.7",
"gulp-bump": "^0.1.11",
"gulp-minify-css": "^0.3.7",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-run-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.2.2",
"gulp-uglify": "^0.3.1",
"karma": "^0.12.23",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.3",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "~1.20.1",
"phantomjs": "^1.9.7",
"protractor": "~1.0.0",
"widget-tester": "git://github.com/Rise-Vision/widget-tester.git"
}
}