-
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) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 838 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": "dcomponent",
"author": "Sebastian Frey",
"version": "0.1.2",
"description": "A data driven component widget with automatic form generation.",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "http://github.com/sebastianfrey/dcomponent"
},
"scripts": {
"demos": "lite-server -c demos/bs-config.js",
"test": "intern-runner config=tests/intern"
},
"keywords": [
"dojo",
"dcomponent"
],
"dependencies": {
"dojo": "^1.10.4",
"dijit": "^1.10.4",
"dojo-dstore": "^1.1.0"
},
"devDependencies": {
"dojo-typings": "^1.11.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"intern": "^3.1.1",
"lite-server": "^2.2.0"
}
}