forked from linaGirl/ee-class
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 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
51
{
"name": "ee-class",
"description": "Fast prototype based javascript classes",
"version": "1.1.1",
"homepage": "https://github.com/eventEmitter/ee-class",
"author": "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)",
"licence": "mit",
"repository": {
"url": "https://github.com/eventEmitter/ee-class.git",
"type": "git"
},
"engines": {
"node": ">=v0.10.0"
},
"bugs": {
"url": "https://github.com/eventEmitter/ee-class/issues"
},
"dependencies": {
"bower": "^1.6.5",
"grunt": "^0.4.5"
},
"devDependencies": {
"bower": "^1.3.12",
"connect": "^3.3.3",
"grunt-bower-requirejs": "^1.1.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-uglify": "^0.6.0",
"requirejs": "^2.1.15",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-mocha": "^0.4.11",
"grunt-mocha-test": "^0.12.4",
"grunt-template-jasmine-istanbul": "^0.3.0",
"grunt-template-jasmine-requirejs": "^0.2.0",
"mocha": "^2.0.1"
},
"optionalDependencies": {},
"keywords": [
"class"
],
"scripts": {
"test": "grunt test",
"idPortProcess": "netstat -tulpn | grep 8010"
},
"main": "index.js",
"directories": {
"test": "test"
},
"license": "BSD-2-Clause"
}