-
Notifications
You must be signed in to change notification settings - Fork 322
/
package.json
41 lines (41 loc) · 1 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
{
"name": "yepnope.js",
"version": "2.0.0",
"description": "A Script Loader For Your Conditional Builds",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"expect.js": "^0.2.0",
"express": "^3.1.0",
"grunt": "^0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.4.0",
"grunt-contrib-concat": "^0.1.3",
"grunt-contrib-jshint": "^0.3.0",
"grunt-contrib-uglify": "^0.2.0",
"grunt-express": "^0.3.1",
"grunt-mocha": "^0.4.1",
"mocha": "^1.8.2",
"mocha-cloud": "git://github.com/SlexAxton/mocha-cloud.git#quit-callback",
"mocha-cloud-grid-view": "0.0.1",
"qs": "^0.6.6",
"term-canvas": "0.0.5"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/SlexAxton/yepnope.js.git"
},
"keywords": [
"script loader",
"conditional",
"html5",
"browser"
],
"author": "Alex Sexton, Ralph Holzmann",
"license": "BSD-3-Clause"
}