{
	"name": "jsep",
	"version": "0.3.4",
	"description": "a tiny JavaScript expression parser",
	"author": "Stephen Oney <swloney@gmail.com> (http://from.so/)",
	"homepage": "http://jsep.from.so/",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/soney/jsep.git"
	},
	"main": "build/jsep.js",
	"typings": "typings/tsd.d.ts",
	"private": false,
	"dependencies": {},
	"devDependencies": {
		"grunt": "~1.0.1",
		"grunt-contrib-jshint": "~1.1.0",
		"grunt-contrib-qunit": "~1.3.0",
		"grunt-contrib-uglify": "~3.3.0",
		"grunt-contrib-concat": "~1.0.1",
		"grunt-contrib-watch": "~1.0.0",
		"grunt-contrib-compress": "~1.4.3",
		"grunt-contrib-clean": "~1.1.0",
		"grunt-docco": "~0.5.0"
	},
	"engines": {
		"node": ">= 0.10.0"
	},
	"directories": {
		"test": "test"
	},
	"scripts": {
		"default": "node ./node_modules/grunt/bin/grunt default",
		"test": "node ./node_modules/grunt/bin/grunt test",
		"package": "node ./node_modules/grunt/bin/grunt package"
	}
}
