-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "bbcode.js",
"description": "Simple bbcode rendering library",
"version": "0.4.0",
"dependencies": {},
"devDependencies": {
"broccoli": "^0.16.9",
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-concat": "2.2.0",
"broccoli-dist-es6-module": "^0.2.1",
"broccoli-merge-trees": "^1.1.1",
"broccoli-static-compiler": "^0.2.2",
"broccoli-uglify-js": "^0.1.3",
"grunt": "^0.4.5",
"grunt-broccoli-build": "^0.6.0",
"grunt-cli": "^1.1.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-mocha": "^1.0.0",
"matchdep": "^1.0.1",
"serve-static": "^1.10.2"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"main": "dist/bbcode.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/DigitalRootsCRM/bbcode.git"
},
"keywords": [
"bbcode"
],
"author": "tzellman@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/DigitalRootsCRM/bbcode/issues"
},
"homepage": "https://github.com/DigitalRootsCRM/bbcode"
}