-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.61 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "awdlib",
"description": "AWD tools for javascript",
"version": "1.0.1",
"homepage": "https://github.com/plepers/awd-js",
"author": {
"name": "Pierre Lepers",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/plepers/awd-js.git"
},
"bugs": {
"url": "https://github.com/plepers/awd-js/issues"
},
"licenses": [
{
"type": "WTFPL",
"url": "https://github.com/plepers/awd-js/blob/master/LICENSE-WTFPL"
}
],
"main": "lib/awdlib.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt travis"
},
"devDependencies": {
"browserify": "^11.0.1",
"browserify-fs": "^1.0.0",
"derequire": "^2.0.2",
"expect.js": "^0.3.1",
"grunt": "~0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-karma": "^0.12.0",
"grunt-mocha-test": "^0.12.7",
"karma": "^0.13.9",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.14",
"load-grunt-tasks": "^0.6.0",
"mocha": "^2.4.5"
},
"keywords": [
"awd",
"optx",
"3d"
],
"browser": {
"fs": "./test/utils/fs-browser.js"
},
"dependencies": {
"string.prototype.codepointat": "^0.2.0"
}
}