forked from pcottle/learnGitBranching
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 680 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "LearnGitBranching",
"version": "0.8.0",
"devDependencies": {
"browserify": "~3.14.1",
"grunt": "~0.4.2",
"grunt-browserify": "~1.3.0",
"grunt-casperjs": "^2.1.0",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-hash": "~0.5.0",
"grunt-jasmine-node": "~0.1.0",
"grunt-lib-phantomjs": "~0.4.0",
"grunt-shell-spawn": "~0.3.0",
"jasmine-node": "~1.12.0",
"prompt": "0.2.9"
},
"dependencies": {
"backbone": "~0.9.9",
"underscore": "~1.4.3",
"jquery": "~1.7.3",
"q": "~0.8.11",
"markdown": "~0.4.0"
}
}