forked from ProjectCryo/AMF.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 736 Bytes
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
{
"name": "amfjs",
"version": "1.0.0",
"description": "A simple AMF (ActionScript Message Format) library for Node.js",
"main": "lib/amf-js.js",
"directories": {
"test": "test"
},
"dependencies": {
"grunt-contrib-coffee": "^0.13.0",
"grunt-mocha-test": "^0.12.7",
"chai": "^2.1.1",
"grunt": "^0.4.5"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/ProjectCryo/AMF.js.git"
},
"keywords": [
"amf"
],
"author": "molenzwiebel",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProjectCryo/AMF.js/issues"
},
"homepage": "https://github.com/ProjectCryo/AMF.js"
}