-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 887 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 887 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
35
36
{
"name": "super-model-js",
"version": "1.0.3",
"description": "Manage your app's state like never before, harness the power of the proxy!",
"main": "SuperModel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaulDoesCode/SuperModel.js.git"
},
"keywords": [
"model",
"data-binding",
"observer",
"emitter",
"pub-sub",
"proxy",
"event",
"mvc"
],
"author": "Saul van der Walt",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/SaulDoesCode/SuperModel.js/issues"
},
"homepage": "https://github.com/SaulDoesCode/SuperModel.js#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-minify": "^0.2.0",
"babel-preset-minify": "^0.2.0"
}
}