This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
now-cli
mirror of
https://github.com/lukechilds/now-cli.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1227
Commits
2
Branches
188
Tags
2.3 MiB
Tree:
1fd521ab27
now-cli
/
test
/
_fixtures
/
now-json
/
package.json
10 lines
115 B
Raw
Normal View
History
add first `now.json` test case Passing.
8 years ago
{
"name"
:
"woot"
,
"version"
:
"0.0.1"
,
"description"
:
""
,
"dependencies"
:
{
}
,
"files"
:
[
"a.js"
]
}