18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "ngprogress",
|
|
"version": "1.0.7",
|
|
"main": ["build/ngProgress.js", "ngProgress.css"],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"src",
|
|
"Gruntfile.js",
|
|
"package.json",
|
|
"karma.conf.js",
|
|
"index.html"
|
|
]
|
|
}
|