Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 170bdef

Browse files
author
Nick Litwin
committed
Add package.json file
1 parent a7b73f2 commit 170bdef

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "topcoder-account-app",
3+
"description": "Account related pages including login, registration, and password resetting.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/appirio-tech/topcoder-account-app.git"
7+
},
8+
"keywords": [
9+
"account",
10+
"login",
11+
"registration",
12+
"password"
13+
],
14+
"bugs": {
15+
"url": "https://github.com/appirio-tech/topcoder-account-app/issues"
16+
},
17+
"homepage": "https://github.com/appirio-tech/topcoder-account-app#readme",
18+
"devDependencies": {
19+
"gulp": "^3.9.0",
20+
"gulp-jscs": "^1.6.0",
21+
"gulp-jshint": "^1.11.0",
22+
"gulp-print": "^1.1.0",
23+
"gulp-util": "^3.0.5"
24+
}
25+
}

0 commit comments

Comments
 (0)