-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 733 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 733 Bytes
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
{
"name": "unity-richtext-parser",
"version": "0.2.0",
"description": "A rich text parser for Unity rich text",
"main": "dist/index.min.js",
"scripts": {
"test": "mocha",
"dev": "nodemon --ignore dist/ --exec \"npm run build && mocha\"",
"build": "gulp"
},
"author": "Clément Garnier <cle.garnier@gmail.com>",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^2.0.1",
"mocha": "^3.2.0",
"nodemon": "^1.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cgarnier/unity-richtext-parser.git"
},
"dependencies": {}
}