-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_package.json
More file actions
64 lines (64 loc) · 1.85 KB
/
_package.json
File metadata and controls
64 lines (64 loc) · 1.85 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "Coberolyn",
"project": "Coberoyln.is website",
"site": "http://coberolyn.is",
"version": "1.0.0",
"description": "site for Cobey Potter and Carolyn Mertes",
"main": "/",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "grunt karma",
"watch": "grunt watch",
"development_tasks": "grunt dev",
"pre_deploy": "grunt deploy"
},
"repository": {
"type": "git",
"url": "git@github.com:courcelan/"
},
"author": "Cobey Potter (courcelan.com)",
"license": "private",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"load-grunt-tasks": "~0.2.1",
"load-grunt-config": "~0.7.0",
"grunt-contrib-stylus": "~0.13.2",
"grunt-contrib-jade": "~0.11.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-yaml": "~0.4.0",
"grunt-json": "~0.1.3",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-combine-media-queries": "~1.0.15",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-karma": "~0.6.2",
"karma": "~0.10.2",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-safari-launcher": "~0.1.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-mocha": "~0.1.0",
"karma-ng-scenario": "~0.1.0",
"css-parse": "~1.7.0",
"mocha": "~1.13.0",
"chai": "~1.8.1",
"grunt-shell": "~0.5.0",
"grunt-humans-txt": "~0.2.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-open": "~0.2.2",
"grunt-install-dependencies": "~0.1.0",
"grunt-dev-update": "~0.3.3"
}
}