UNPKG

1.2 kBJSONView Raw
1{
2 "name": "templejs",
3 "version": "0.5.12",
4 "description": "A reactive Mustache view framework.",
5 "author": "Beneath the Ink <info@beneaththeink.com>",
6 "contributors": [
7 {
8 "name": "Tyler Johnson",
9 "email": "tyler@beneaththeink.com",
10 "url": "http://github.com/tyler-johnson"
11 }
12 ],
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/BeneathTheInk/temple.git"
16 },
17 "scripts": {
18 "dev": "node test/browser",
19 "test": "./node_modules/.bin/mocha test"
20 },
21 "main": "./lib/index.js",
22 "dependencies": {
23 "backbone-events-standalone": "~0.2.7",
24 "backbone-extend-standalone": "~0.1.2",
25 "matches-selector": "~1.0.0",
26 "trackr": "~2.0.0",
27 "trackr-objects": "~0.2.0",
28 "underscore": "~1.8.3"
29 },
30 "devDependencies": {
31 "grunt": "~0.4.5",
32 "grunt-browserify": "~3.5.0",
33 "grunt-contrib-clean": "~0.6.0",
34 "grunt-contrib-copy": "~0.8.0",
35 "grunt-contrib-uglify": "~0.8.0",
36 "grunt-contrib-watch": "~0.6.1",
37 "grunt-peg": "~1.5.0",
38 "grunt-wrap2000": "~0.1.0",
39 "chai": "~2.1.0",
40 "minimist": "~1.1.1",
41 "mocha": "~2.2.1"
42 },
43 "license": "MIT",
44 "keywords": [
45 "view",
46 "framework",
47 "DOM",
48 "html",
49 "binding",
50 "reactive",
51 "dependency",
52 "mustache"
53 ]
54}