29 lines
426 B
JSON
29 lines
426 B
JSON
{
|
|
"name": "gradient-parser",
|
|
"version": "1.0.0",
|
|
"main": "build/web.js",
|
|
"ignore": [
|
|
".editorconfig",
|
|
".gitattributes",
|
|
".gitignore",
|
|
".jshintrc",
|
|
".npmignore",
|
|
".travis.yml",
|
|
".umd",
|
|
"package.json",
|
|
"index.html",
|
|
"Makefile",
|
|
"build/node.js",
|
|
"README.md",
|
|
"*.js",
|
|
"lib/*",
|
|
"spec/*",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
|
|
},
|
|
"devDependencies": {
|
|
|
|
}
|
|
}
|