forked from NativeScript/nativescript-dev-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "nativescript-dev-sass",
"version": "0.5.0",
"description": "SASS CSS pre-processor for NativeScript projects.",
"scripts": {
"test": "exit 0",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js"
},
"nativescript": {
"hooks": [
{
"type": "before-prepare",
"script": "lib/before-prepare.js",
"inject": true
},
{
"type": "after-prepare",
"script": "lib/after-prepare.js",
"inject": true
},
{
"type": "before-watch",
"script": "lib/watch.js",
"inject": true
}
]
},
"keywords": [
"NativeScript", "SASS", "CSS"
],
"author": {
"name": "Todd Anglin",
"email": "[email protected]"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ToddAnglin/nativescript-dev-sass.git"
},
"dependencies": {
"bluebird": "^3.4.6",
"node-sass": "*",
"glob": "*",
"nativescript-hook": "^0.2.0"
},
"bugs": {
"url": "https://github.com/toddanglin/nativescript-dev-sass/issues"
},
"homepage": "https://github.com/toddanglin/nativescript-dev-sass",
"readmeFilename": "README.md"
}