UNPKG

1.23 kBJSONView Raw
1{
2 "name": "gulp-livescript",
3 "version": "1.0.3",
4 "description": "Compile LiveScript to JavaScript for Gulp",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -R spec --compilers ls:LiveScript",
8 "coveralls": "istanbul cover _mocha -- -R spec --compilers ls:LiveScript && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/tomchentw/gulp-livescript"
13 },
14 "keywords": [
15 "LiveScript",
16 "gulp",
17 "gulpplugin"
18 ],
19 "author": {
20 "name": "tomchentw",
21 "email": "developer@tomchentw.com",
22 "url": "https://github.com/tomchentw"
23 },
24 "license": {
25 "type": "MIT",
26 "url": "http://tomchentw.mit-license.org"
27 },
28 "bugs": {
29 "url": "https://github.com/tomchentw/gulp-livescript/issues"
30 },
31 "homepage": "https://github.com/tomchentw/gulp-livescript",
32 "dependencies": {
33 "gulp-util": "*",
34 "LiveScript": "^1.2.0",
35 "through2": "^0.5.1"
36 },
37 "devDependencies": {
38 "should": "^4.0.4",
39 "mocha": "^1.17.1",
40 "mocha-lcov-reporter": "0.0.1",
41 "istanbul": "^0.2.11",
42 "coveralls": "^2.10.0",
43 "gulp": "^3.5.2",
44 "gulp-bump": "^0.1.5",
45 "conventional-changelog": "0.0.11"
46 }
47}