-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 936 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 936 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
29
30
31
32
33
34
35
36
37
{
"name": "jsxbox",
"version": "1.0.0",
"description": "jsx parsing for mathbox DOMs",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "https://github.com/blakelapierre/jsxbox"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/blakelapierre/jsxbox/issues"
},
"homepage": "https://github.com/blakelapierre/jsxbox",
"dependencies": {
"babel-core": "^6.7.4",
"babel-plugin-transform-react-jsx": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"lz-string": "^1.4.4"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.17.0",
"babel-preset-es2015": "^6.16.0",
"gulp": "^3.9.1",
"gulp-less": "^3.1.0",
"gulp-pipe": "^1.0.4",
"gulp-pug": "^3.1.0",
"less": "^2.6.1",
"preact": "^8.2.1"
}
}