UNPKG

753 BJSONView Raw
1{
2 "name": "rn-less",
3 "version": "2.0.11",
4 "description": "use less to style react native",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/blackmiaool/rn-less.git"
12 },
13 "author": "blackmiaool",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/blackmiaool/rn-less/issues"
17 },
18 "homepage": "https://github.com/blackmiaool/rn-less#readme",
19 "dependencies": {
20 "css": "^2.2.1",
21 "gulp": "^3.9.1",
22 "gulp-less": "^3.3.2",
23 "gulp-rename": "^1.2.2",
24 "gulp-transform": "^3.0.5",
25 "gulp-watch": "^4.3.11",
26 "json5": "^0.5.1",
27 "to-camel-case": "^1.0.0"
28 },
29 "devDependencies": {}
30}