You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
595 B
JSON

{
"name": "phantom-talk",
"version": "0.0.0",
"authors": [
"Buddy Sandidge <buddy.sandidge@gmail.com>"
],
"description": "PhantomJS Talk for JS.LA",
"main": "bin/deck.js",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor",
"test",
"tests"
],
"dependencies": {
"commonmark": "~0.17.1",
"handlebars": "~3.0.2",
"marionette": "~2.3.1",
"normalize-scss": "~3.0.2",
"prism": "git@github.com:LeaVerou/prism.git#gh-pages",
"requirejs": "~2.1.15",
"jasmine": "~2.2.1"
}
}