UNPKG

690 BJSONView Raw
1{
2 "name": "connect-assets-jsprimer",
3 "version": "0.0.4",
4 "homepage": "https://jgable.github.com/connect-assets-jsprimer",
5 "description": "Forces compilation of your javascript connect-assets without referencing them in a view.",
6 "main": "index.js",
7 "scripts": {
8 "test": "mocha"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jgable/connect-assets-jsprimer.git"
13 },
14 "keywords": [
15 "connect-assets",
16 "requirejs"
17 ],
18 "author": "Jacob Gable <jacob.gable@gmail.com>",
19 "license": "MIT",
20 "dependencies": {
21 "coffee-script": "~1.3.3",
22 "watchr": "~2.1.6"
23 },
24 "devDependencies": {
25 "mocha": "~1.6.0",
26 "should": "~1.2.1"
27 }
28}