-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 924 Bytes
/
package.json
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
{
"name": "lasso-jsx",
"description": "Lasso.js plugin to compile Facebook React JSX into javascript",
"main": "./lasso-jsx-plugin.js",
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint *.js"
},
"keywords": [
"lasso",
"lasso-plugin",
"reactjs"
],
"author": "Vinod L <vinuquest@gmail.com>",
"contributors": [
"Vinod L <vinuquest@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso-jsx.git"
},
"license": "MIT",
"dependencies": {
"babel-core": "^6.10.4",
"raptor-logging": "^1.0.5",
"raptor-util": "^1.0.9"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"babel-preset-react": "^6.11.1",
"chai": "^1.9.1",
"jshint": "^2.5.5",
"lasso": "^2.11.16",
"mocha": "^1.21.4"
},
"version": "3.0.0"
}