-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
49 lines (49 loc) · 1.47 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
43
44
45
46
47
48
49
{
"name": "Programing-In-Javascript",
"version": "0.0.1",
"description": "An open-sourced Javascript Guide and Tutorial",
"main": "index.js",
"scripts": {
"test": "DEBUG=* ./node_modules/jasmine-node/bin/jasmine-node spec/"
},
"repository": {
"type": "git",
"url": "git://github.com/RobinQu/Programing-In-Javascript.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobinQu/Programing-In-Javascript/issues"
},
"homepage": "https://github.com/RobinQu/Programing-In-Javascript",
"devDependencies": {
"grunt-markdown": "https://github.com/RobinQu/grunt-markdown/archive/footnote.tar.gz",
"grunt": "~0.4.4",
"grunt-build-control": "~0.1.2",
"time-grunt": "~0.2.10",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"cheerio": "~0.13.1",
"grunt-git-committers": "~0.1.2",
"grunt-git-revision": "0.0.1",
"grunt-sass": "~1.0.0",
"grunt-open": "~0.2.3",
"grunt-contrib-connect": "~0.7.1",
"grunt-git": "~0.2.6",
"grunt-contrib-copy": "~0.5.0",
"segment": "0.0.5",
"natural": "~0.1.27",
"debug": "~0.8.0",
"jasmine-node": "~1.14.3",
"lodash": "~2.4.1",
"karma": "~0.12.14",
"karma-chrome-launcher": "~0.1.3",
"karma-jasmine": "~0.2.2",
"karma-safari-launcher": "~0.1.1",
"karma-firefox-launcher": "~0.1.3",
"karma-ie-launcher": "~0.1.5",
"karma-cli": "0.0.4",
"grunt-sitemap": "^1.1.0",
"grunt-docco": "^0.3.3"
}
}