UNPKG

877 BJSONView Raw
1{
2 "name": "velocityjs",
3 "description": "Velocity Template Language(VTL) for JavaScript",
4 "version": "0.9.6",
5 "keywords": [
6 "velocity template"
7 ],
8 "homepage": "http://git.shepherdwind.com/velocity.js/",
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/shepherdwind/velocity.js.git"
12 },
13 "engines": {
14 "node": ">=0.8.0"
15 },
16 "main": "src/velocity.js",
17 "bin": {
18 "velocity": "bin/velocity"
19 },
20 "broswer": {
21 "fs": false
22 },
23 "devDependencies": {
24 "coveralls": "~2.11.2",
25 "istanbul": "~0.3.5",
26 "jison": ">=0.3",
27 "mocha": ">=1.7.2",
28 "mocha-lcov-reporter": "0.0.1",
29 "should": "^7.0.1"
30 },
31 "scripts": {
32 "test": "make test",
33 "pub": "npm version patch && npm publish && git push origin master && git push origin --tag"
34 },
35 "spm": {
36 "main": "index.js",
37 "buildArgs": "--skip fs,path"
38 }
39}