UNPKG

648 BJSONView Raw
1{
2 "name": "armature",
3 "version": "1.0.0-alpha1",
4 "description": "Modern component model for ES6",
5 "main": "es5/index.js",
6 "typings": "es5/index.d.ts",
7 "dependencies": {
8 "object-assign": "^4.1.0"
9 },
10 "devDependencies": {
11 "chai": "^3.5.0",
12 "guh-core": "^1.4.0",
13 "karma": "^0.13.22",
14 "karma-chai": "^0.1.0",
15 "karma-chrome-launcher": "^1.0.1",
16 "karma-mocha": "^1.0.1",
17 "karma-mocha-reporter": "^2.0.3",
18 "mocha": "^2.5.3",
19 "source-map-support": "^0.4.0"
20 },
21 "scripts": {
22 "test": "mocha es5/test.js && karma start",
23 "build": "node gulpfile.js --once",
24 "dev": "node gulpfile.js"
25 }
26}