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{
"name": "basespace",
"version": "0.1.0",
"description": "Functions to create namespaces inside objects",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/gamtiq/basespace.git"
},
"keywords": [
"namespace",
"ns",
"space",
"object"
],
"devDependencies": {
"mocha": "*",
"chai": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-umd": "~1.7.0",
"grunt-mocha-cli": "~1.1.0"
},
"homepage": "https://github.com/gamtiq/basespace",
"author": "Denis Sikuler",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/gamtiq/basespace/issues"
},
"jam": {
"main": "dist/basespace.js",
"include": [
"dist",
"README.md"
]
},
"categories": ["Utilities"],
"spm": {
"main": "index.js",
"engines": {
"seajs": "2.2.1"
}
}
}