forked from magnusstubman/perspective-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "perspective-client",
"version": "0.0.1",
"description": "",
"bugs": {
"url": "http://github.com/perspective/perspective-client/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/perspective/perspective-client.git"
},
"contributors":[
"Hans Magnus Inderberg <[email protected]> (http://hinderberg.no/)",
"Mads Mobœk <> ()"
],
"license": "MIT",
"readmeFilename": "README.md",
"main": "server.js",
"scripts": {
"test": "node make.js test"
},
"dependencies": {
"express": "~3.4.4",
"consolidate": "~0.9.1",
"mustache": "~0.7.2"
},
"devDependencies": {
"optipng-bin": "~0.3.1",
"phantomjs": "~1.9.2-2",
"karma": "~0.10.4",
"karma-requirejs": "~0.1.0",
"karma-mocha": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-coverage": "~0.1.1",
"shelljs": "~0.2.6",
"colors": "~0.6.2",
"less": "~1.5.0",
"requirejs": "~2.1.9",
"glob": "~3.2.6",
"jshint": "~2.3.0",
"underscore": "~1.5.2",
"moment": "~2.4.0"
}
}