-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 823 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
{
"name": "styled-jsx-plugin-less",
"version": "0.0.1-alpha.2",
"description": "Plugin to add Less support to styled-jsx",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/erasmo-marin/styled-jsx-plugin-less.git"
},
"keywords": [
"styled-jsx-plugin",
"styled-jsx",
"less"
],
"author": "Erasmo Marín",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/erasmo-marin/styled-jsx-plugin-less/issues"
},
"homepage": "/~https://github.com/erasmo-marin/styled-jsx-plugin-less#readme",
"peerDependencies": {
"less": "^2.3.1"
},
"devDependencies": {
"less": "^3.0.0-alpha.3",
"mocha": "^4.0.1",
"strip-indent": "^2.0.0"
},
"dependencies": {
"deasync": "^0.1.10"
}
}