blob: 522fea4bb98a8f28ce254cf4a15d2257e439c30e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.jsdt.js.node.common.internal;
/**
* @author "Adalberto Lopez Venegas (adalbert)"
*/
public class CommonConstants {
//PackageJson constants
public static final String PACKAGE_JSON = "package.json";
}