Initial commit
This commit is contained in:
44
node_modules/stringifier/package.json
generated
vendored
Normal file
44
node_modules/stringifier/package.json
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "stringifier",
|
||||
"description": "Yet another stringify function",
|
||||
"version": "1.4.0",
|
||||
"author": {
|
||||
"name": "Takuto Wada",
|
||||
"email": "takuto.wada@gmail.com",
|
||||
"url": "https://github.com/twada"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^2.0.0",
|
||||
"traverse": "^0.6.6",
|
||||
"type-name": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^13.0.0",
|
||||
"del": "^2.0.2",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-derequire": "^2.1.0",
|
||||
"gulp-dereserve": "^0.2.1",
|
||||
"gulp-mocha": "^2.1.3",
|
||||
"gulp-mocha-phantomjs": "^0.11.0",
|
||||
"gulp-util": "^3.0.6",
|
||||
"gulp-webserver": "^0.9.1",
|
||||
"licensify": "^3.1.0",
|
||||
"mocha": "^2.3.3",
|
||||
"vinyl-source-stream": "^1.1.0"
|
||||
},
|
||||
"files": [
|
||||
"CHANGELOG.md",
|
||||
"README.md",
|
||||
"index.js",
|
||||
"strategies.js",
|
||||
"build/stringifier.js",
|
||||
"package.json"
|
||||
],
|
||||
"homepage": "https://github.com/twada/stringifier",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/twada/stringifier.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user