~~~
D:\phpStudy\WWW\crypto-js-develop>bower init
name crypto-js-develop
description
main file
keywords
authors
license MIT
homepage
set currently installed components as dependencies? Yes
add commonly ignored files to ignore list? Yes
would you like to mark this package as private which prevents it from being accidentally published to the registry? No
{
name: 'crypto-js-develop',
description: '',
main: '',
license: 'MIT',
homepage: '',
ignore: [
'**/.*',
'node_modules',
'bower_components',
'test',
'tests'
]
}
Looks good? (Y/n) y
~~~