-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 710 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
{
"name": "atom-react-native-css",
"main": "./lib/index.js",
"version": "1.1.3",
"description": "Style React-Native components with css and built in support for SASS",
"keywords": [
"react-native",
"css",
"sass",
"React Style"
],
"repository": "https://github.com/TOP-Chao/atom-react-native-css",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"consistent-path": "^2.0.3",
"css": "^2.2.1",
"glob": "^7.0.3",
"minimatch": "^3.0.0",
"parse-import": "^2.0.0",
"to-camel-case": "^0.2.1"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "getProvider"
}
}
}
}