X Tutup
{ "name": "hello-codeschool-project", "version": "1.0.0", "description": "Sample Code School Project", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha test/" }, "author": "", "license": "ISC", "devDependencies": { "chai": "^3.5.0", "jsdom": "^9.2.1", "mocha": "^2.5.3" } }
X Tutup