-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 973 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
33
{
"name": "livescript-plugin-loader",
"version": "1.0.2",
"description": "Livescript Loader for Webpack with plugin support",
"main": "lib",
"scripts": {
"prepublishOnly": "npm run build && npm run test",
"build": "node_modules/.bin/lsc dev/build",
"develop": "node_modules/.bin/lsc dev/watch",
"test": "node ./test"
},
"homepage": "https://gitlab.com/livescript-ide/livescript-plugins/plugin-loader",
"repository": {
"type": "git",
"url": "git@gitlab.com:livescript-ide/livescript-plugins/plugin-loader.git"
},
"keywords": [
"livescript",
"webpack",
"loader"
],
"author": "Bartosz Matuszewski <bartosz.wojciech.matuszewski@gmail.com>",
"license": "BSD-3-Clause",
"dependencies": {
"livescript": "git+https://github.com/bartosz-m/LiveScript.git#macros",
"livescript-compiler": "0.0.32",
"loader-utils": "^1.1.0"
},
"devDependencies": {
"chokidar": "^1.7.0",
"fs-extra": "^4.0.2"
}
}