41 lines
956 B
JSON
41 lines
956 B
JSON
{
|
|
"name": "samsam",
|
|
"version": "1.3.0",
|
|
"description": "Value identification and comparison functions",
|
|
"homepage": "http://docs.busterjs.org/en/latest/modules/samsam/",
|
|
"author": "Christian Johansen",
|
|
"contributors": [
|
|
{
|
|
"name": "Christian Johansen",
|
|
"email": "christian@cjohansen.no",
|
|
"url": "http://cjohansen.no"
|
|
},
|
|
{
|
|
"name": "August Lilleaas",
|
|
"email": "august.lilleaas@gmail.com",
|
|
"url": "http://augustl.com"
|
|
},
|
|
{
|
|
"name": "Daniel Wittner",
|
|
"email": "d.wittner@gmx.de",
|
|
"url": "https://github.com/dwittner"
|
|
}
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "./lib/samsam",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/busterjs/samsam.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.x",
|
|
"grunt-buster": "0.4.x",
|
|
"grunt-cli": "0.1.x",
|
|
"buster": "0.7.x",
|
|
"phantomjs": "1.9.x"
|
|
}
|
|
}
|