forked from tiff/wysihtml5
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
47
48
49
50
{
"name": "flow-wysihtml5",
"version": "0.1.6",
"description": "",
"main": "dist/wysihtml5.js",
"files": [
"dist/wysihtml5.js"
],
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "node --harmony ./node_modules/.bin/grunt test",
"prepublish": "broccoli build dist"
},
"repository": {
"type": "git",
"url": "git://github.com/metalabdesign/wysihtml5.git"
},
"author": "Flow Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/metalabdesign/wysihtml5/issues"
},
"devDependencies": {
"broccoli": "^0.13.3",
"broccoli-es6-module-transpiler": "^0.5.0",
"broccoli-merge-trees": "0.2.1",
"broccoli-replace": "0.2.0",
"broccoli-static-compiler": "0.2.1",
"chai": "~1.8.1",
"chai-as-promised": "~4.1.0",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-connect": "~0.5.0",
"grunt-mocha-selenium": "git://github.com/mogstad/grunt-mocha-selenium",
"jsdom": "~0.8.10",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.1.3",
"karma-coffee-preprocessor": "~0.2.1",
"load-grunt-config": "~0.7.0",
"load-grunt-tasks": "~0.2.0",
"mocha": "~1.14.0",
"mocha-as-promised": "~1.4.1",
"rsvp": "~2.0.4",
"wd": "~0.2.5",
"yamljs": "~0.1.5"
}
}