-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.45 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
{
"author": "ariatemplates <[email protected]> (http://github.com/ariatemplates)",
"name": "noder-js",
"description": "JavaScript CommonJS loader",
"version": "1.6.2",
"homepage": "http://github.com/ariatemplates/noder-js",
"keywords": [
"promises-aplus"
],
"repository": {
"type": "git",
"url": "git://github.com/ariatemplates/noder-js.git"
},
"devDependencies": {
"acorn": "0.11.0",
"atpackager": "0.2.6",
"expect.js": "0.3.1",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-compress": "0.13.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-jsbeautifier": "0.2.7",
"grunt-karma": "0.10.1",
"grunt-markdown": "0.7.0",
"gzip-js": "0.3.2",
"highlight.js": "8.4.0",
"js-beautify": "1.5.4",
"js-yaml": "3.2.5",
"karma": "0.12.31",
"karma-expect": "1.1.0",
"karma-firefox-launcher": "0.1.4",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"karma-sauce-launcher": "0.2.10",
"load-grunt-tasks": "3.0.0",
"mocha": "2.1.0",
"node-zopfli": "2.0.2",
"promises-aplus-tests": "2.1.0"
},
"scripts": {
"prepublish": "grunt build",
"test": "grunt build test"
}
}