-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
54 lines (54 loc) · 1.5 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
50
51
52
53
54
{
"author": "ariatemplates <[email protected]> (http://github.com/ariatemplates)",
"name": "hashspace",
"description": "hashspace compiler and runtime",
"version": "0.0.7-SNAPSHOT",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/ariatemplates/hashspace.git"
},
"dependencies": {
"acorn": "0.1.0",
"uglify-js": "2.4.11"
},
"devDependencies": {
"atpackager": "~0.2.2",
"express": "3.0.6",
"request": "2.12.0",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-less": "~0.11.0",
"grunt-verifylowercase": "~0.2.0",
"grunt-leading-indent": "~0.1.0",
"grunt-mocha-test": "~0.7.0",
"grunt-browserify": "~2.0.0",
"grunt-peg": "~1.5.0",
"grunt-karma": "~0.8.0",
"grunt-jscs-checker": "~0.4.0",
"grunt-markdown": "0.5.0",
"load-grunt-tasks": "~0.2.1",
"karma-commonjs": "~0.0.9",
"karma-sauce-launcher": "~0.2.5",
"karma-mocha": "~0.1.1",
"karma-expect": "~1.0.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-sinon": "~1.0.2",
"karma-coverage": "~0.1",
"karma-hashspace": "~0.0.1",
"blanket": "1.1.6",
"mocha-lcov-reporter": "0.0.1",
"expect.js": "0.2.0",
"noder-js": "1.3.1",
"jquery": "~1.11.0",
"highlight.js": "8.0.0",
"js-yaml": "~2.0.5"
},
"scripts": {
"test": "grunt test"
}
}