This repository was archived by the owner on Sep 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "lift.js",
"author": "Séamus O'Connor",
"license": "MIT",
"homepage": "https://github.com/seamus-oconnor/lift-js",
"version": "0.2.6",
"description": "JS Shims",
"main": "build.js",
"dependencies": {
"bluebird": "^0.11.6",
"chalk": "^0.5.1",
"minimist": "^1.1.0",
"requirejs": "^2.1.15",
"winston": "^0.8.0"
},
"devDependencies": {
"expect": "^0.1.1",
"grunt": "^0.4.4",
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-mkdir": "^0.1.2",
"grunt-mocha": "^0.4.11",
"grunt-mocha-test": "^0.12.1",
"grunt-remove-logging": "^0.2.0",
"grunt-saucelabs": "^8.3.2",
"grunt-stripcomments": "^0.3.1",
"grunt-text-replace": "^0.4.0",
"mocha": "^1.21.4"
},
"scripts": {
"test": "mocha --ui bdd"
},
"repository": {
"type": "git",
"url": "https://github.com/seamus-oconnor/lift-js"
},
"keywords": [
"shims"
],
"bugs": {
"url": "https://github.com/seamus-oconnor/lift-js/issues"
}
}