forked from pcottle/learnGitBranching
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "LearnGitBranching",
"version": "0.8.0",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/pcottle/learnGitBranching"
},
"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-jsxhint": "^0.5.0",
"grunt-lib-phantomjs": "~0.4.0",
"grunt-react": "^0.12.1",
"grunt-shell-spawn": "~0.3.0",
"jasmine-node": "~1.12.0",
"prompt": "0.2.9",
"react-tools": "^0.13.1"
},
"dependencies": {
"backbone": "^1.1.2",
"events": "^1.0.2",
"flux": "^2.0.1",
"jquery": "~1.7.3",
"markdown": "~0.4.0",
"object-assign": "^2.0.0",
"q": "~0.8.11",
"react": "^0.13.1",
"react-native": "^0.3.11",
"underscore": "~1.4.3"
}
}