Skip to content

Commit ee2a275

Browse files
committed
Add the list of Node.js dev modules
1 parent 54bc548 commit ee2a275

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

.gitattributes

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
*.dbproj merge=union
1111

1212
# Standard to msysgit
13-
*.doc diff=astextplain
14-
*.DOC diff=astextplain
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
1515
*.docx diff=astextplain
1616
*.DOCX diff=astextplain
1717
*.dot diff=astextplain
1818
*.DOT diff=astextplain
1919
*.pdf diff=astextplain
20-
*.PDF diff=astextplain
21-
*.rtf diff=astextplain
22-
*.RTF diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ publish/
132132
#*.pubxml
133133

134134
# NuGet Packages Directory
135-
Packages/
135+
packages/
136+
137+
# Node.js Modules Directory
138+
node_modules/
136139

137140
# Windows Azure Build Output
138141
csx

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "AngularJS-SPA-Template",
3+
"description": "AngularJS SPA Project Template for Visual Studio",
4+
"repository": "https://github.com/KriaSoft/AngularJS-SPA-Template",
5+
"devDependencies": {
6+
"phantomjs" : "~1.9",
7+
"karma" : "~0.10",
8+
"karma-junit-reporter" : "~0.1",
9+
"karma-jasmine" : "~0.1",
10+
"karma-ng-scenario" : "~0.1"
11+
}
12+
}

0 commit comments

Comments
 (0)